This commit is contained in:
苏尹岚
2021-04-19 11:20:42 +08:00
parent af2862bed8
commit b4b806531a
2 changed files with 1 additions and 61 deletions

View File

@@ -587,6 +587,7 @@ func (c *PurchaseHandler) ListOrders(ctx *jxcontext.Context, vendorOrgCode strin
if vendorStoreID != "" {
queryParam.DeliveryStationNo = vendorStoreID
}
globals.SugarLogger.Debugf("jd ListOrders queryParam", utils.Format4Output(queryParam,true))
orderList, _, err := getAPI(vendorOrgCode).OrderQuery2(queryParam)
if err == nil {
vendorOrderIDs = make([]string, len(orderList))