订单合并前

This commit is contained in:
苏尹岚
2020-09-01 17:29:40 +08:00
parent 05b6df6700
commit c9c5b7caae

View File

@@ -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