1
This commit is contained in:
@@ -47,7 +47,6 @@ func init() {
|
||||
// 单协程串行处理所有售后消息,天然有序,无并发冲突
|
||||
go func() {
|
||||
for msg := range globalAfsChan {
|
||||
globals.SugarLogger.Debugf("--------33 := %s", utils.Format4Output(msg, false))
|
||||
jxutils.CallMsgHandlerAsync(func() {
|
||||
_ = CurPurchaseHandler.onAfsOrderMsg(msg)
|
||||
}, jxutils.ComposeUniversalOrderID(GetOrderIDFromMsg(msg), model.VendorIDMTWM))
|
||||
|
||||
Reference in New Issue
Block a user