订单合并前
This commit is contained in:
@@ -1613,7 +1613,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
||||
)
|
||||
storeMaps, _ := dao.GetStoresMapList(dao.GetDB(), []int{model.VendorIDJD}, nil, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "")
|
||||
for _, v := range storeMaps {
|
||||
time.Sleep(time.Second / 2)
|
||||
time.Sleep(time.Second / 3)
|
||||
station, err := jd.GetAPI("320406").GetDeliveryRangeByStationNo2(v.VendorStoreID)
|
||||
if err != nil {
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user