This commit is contained in:
邹宗楠
2025-12-22 17:40:50 +08:00
parent 1ad75133e5
commit 37d7e9edd8
8 changed files with 61610 additions and 61255 deletions

View File

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