This commit is contained in:
邹宗楠
2023-07-05 10:04:42 +08:00
parent 35760f74b7
commit 57f065314f

View File

@@ -41,6 +41,7 @@ func (c *PurchaseHandler) isAfsMsg(orderStatus string, orderId string) bool {
func (c *PurchaseHandler) OnAfsOrderMsg(orderId, status string, msg interface{}) (retVal *tao_vegetable.CallBackResult) {
jxutils.CallMsgHandlerAsync(func() {
retVal = c.onAfsOrderMsg(status, msg)
globals.SugarLogger.Debugf("=============errr : %s", utils.Format4Output(retVal, false))
}, jxutils.ComposeUniversalOrderID(orderId, model.VendorIDTaoVegetable))
return retVal
}
@@ -197,7 +198,7 @@ func (c *PurchaseHandler) onAfsOrderMsg(status string, msg interface{}) (retVal
}
}
}
globals.SugarLogger.Debugf("=============errr : %s", err)
globals.SugarLogger.Debugf("=============errr : %v", err)
return tao_vegetable.CallBackResultInfo(err)
}