diff --git a/business/partner/purchase/tao_vegetable/order_afs.go b/business/partner/purchase/tao_vegetable/order_afs.go index ac036ed4a..ed3546300 100644 --- a/business/partner/purchase/tao_vegetable/order_afs.go +++ b/business/partner/purchase/tao_vegetable/order_afs.go @@ -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) }