This commit is contained in:
aozhiwei 2024-08-02 12:04:15 +08:00
parent e29c88bf66
commit b7c6cda3dc

View File

@ -31,7 +31,7 @@ func (this *app) Init() {
this.registerDataSources() this.registerDataSources()
this.initCb() this.initCb()
transId := jccommon.NewTransId() transId := jccommon.NewTransId()
transId.Init(1, 123456789,1234567, [3]int64{ transId.Init(11, 123456789,1234567, [3]int64{
1000000000123456789, 1000000000123456789,
1000000000123456789, 1000000000123456789,
1000000000123456789}) 1000000000123456789})