diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index 2d21f676e..ef57cfdd1 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -189,7 +189,6 @@ func (c *OrderManager) OnOrderStatusChanged(vendorOrgCode string, orderStatus *m } } - globals.SugarLogger.Debugf("==========orderStatus := %s", utils.Format4Output(orderStatus, false)) isDuplicated, order, err := c.addOrderStatus(orderStatus, db) if err == nil { dao.Commit(db, txDB)