This commit is contained in:
邹宗楠
2024-08-20 18:15:56 +08:00
parent 0bdb3b6629
commit b85dc4d5c2
3 changed files with 6 additions and 1 deletions

View File

@@ -1401,6 +1401,7 @@ func (c *OrderManager) AmendMissingOrders(ctx *jxcontext.Context, vendorIDs []in
VendorOrgCode string
VendorStoreID string
}
globals.SugarLogger.Debugf("--------------dateVendorList := %s", utils.Format4Output(dateVendorList, false))
if len(dateVendorList) > 0 {
var missingOrderList []*tOrderVendorPair
var updateOrderStatusList []*model.GoodsOrder