This commit is contained in:
邹宗楠
2025-02-26 16:49:48 +08:00
parent 7ca565a0a5
commit ac59e6c2ab
2 changed files with 3 additions and 0 deletions

View File

@@ -1545,6 +1545,7 @@ func (c *OrderManager) AmendMissingOrders(ctx *jxcontext.Context, vendorIDs []in
pair := batchItemList[0].(*tOrderVendorPair)
globals.SugarLogger.Debugf("---------pair := %s", utils.Format4Output(pair, false))
if handler := partner.GetPurchaseOrderHandlerFromVendorID(pair.VendorID); handler != nil {
globals.SugarLogger.Debugf("---------order := %s", utils.Format4Output(pair.VendorStoreID, false))
order, err2 := handler.GetOrder(pair.VendorOrgCode, pair.VendorOrderID, pair.VendorStoreID)
globals.SugarLogger.Debugf("---------order := %s", utils.Format4Output(order, false))
if err = err2; err == nil {