diff --git a/server/marketserver/app/app.go b/server/marketserver/app/app.go index 3a0c4d9e..144736ed 100644 --- a/server/marketserver/app/app.go +++ b/server/marketserver/app/app.go @@ -1,6 +1,7 @@ package app import ( + "q5" "f5" "mt" "jccommon" @@ -31,7 +32,7 @@ func (this *app) Init() { this.registerDataSources() this.initCb() transId := jccommon.NewTransId() - transId.Init(11, 123456789,1234567, [3]int64{ + transId.Init(11, q5.ToInt32(f5.GetApp().GetRealSeconds()), 1234567, [3]int64{ 1000000000123456789, 1000000000123456789, 1000000000123456789})