This commit is contained in:
邹宗楠
2025-12-22 14:30:21 +08:00
parent 5b32d6173f
commit fe213779fe
3 changed files with 9 additions and 2 deletions

View File

@@ -82,6 +82,10 @@ 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)