1
This commit is contained in:
@@ -82,10 +82,6 @@ func (c *OrderManager) OnOrderNew(order *model.GoodsOrder, orderStatus *model.Or
|
||||
isDuplicated, err = c.SaveOrder(order, false, db)
|
||||
}
|
||||
}
|
||||
if order.VendorOrderID == "601915622896866866" {
|
||||
globals.SugarLogger.Debugf("-----order := %s", utils.Format4Output(order, false))
|
||||
globals.SugarLogger.Debugf("-----err := %s", utils.Format4Output(err, false))
|
||||
}
|
||||
|
||||
if err == nil {
|
||||
dao.Commit(db, txDB)
|
||||
|
||||
Reference in New Issue
Block a user