This commit is contained in:
邹宗楠
2026-07-10 13:58:50 +08:00
parent 14c38b6bfa
commit 4eb74de864
4 changed files with 8 additions and 7 deletions

View File

@@ -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))