This commit is contained in:
aozhiwei 2024-08-02 14:29:10 +08:00
parent b822d8e8cf
commit 0d748d10b9

View File

@ -1,6 +1,7 @@
package app package app
import ( import (
"q5"
"f5" "f5"
"mt" "mt"
"jccommon" "jccommon"
@ -31,7 +32,7 @@ func (this *app) Init() {
this.registerDataSources() this.registerDataSources()
this.initCb() this.initCb()
transId := jccommon.NewTransId() transId := jccommon.NewTransId()
transId.Init(11, 123456789,1234567, [3]int64{ transId.Init(11, q5.ToInt32(f5.GetApp().GetRealSeconds()), 1234567, [3]int64{
1000000000123456789, 1000000000123456789,
1000000000123456789, 1000000000123456789,
1000000000123456789}) 1000000000123456789})