This commit is contained in:
邹宗楠
2023-12-08 11:35:49 +08:00
parent 0ca6f8a4aa
commit e6cb5b1bdd
2 changed files with 6 additions and 9 deletions

View File

@@ -189,9 +189,6 @@ func (c *OrderManager) OnOrderStatusChanged(vendorOrgCode string, orderStatus *m
}
}
if orderStatus.RefVendorOrderID == "1100842032100912947" {
globals.SugarLogger.Debugf("======================: %s", utils.Format4Output(orderStatus, false))
}
isDuplicated, order, err := c.addOrderStatus(orderStatus, db)
if err == nil {
dao.Commit(db, txDB)