订单合并前
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, "", "")
|
storeMaps, _ := dao.GetStoresMapList(dao.GetDB(), []int{model.VendorIDJD}, nil, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "")
|
||||||
for _, v := range storeMaps {
|
for _, v := range storeMaps {
|
||||||
time.Sleep(time.Second / 2)
|
time.Sleep(time.Second / 3)
|
||||||
station, err := jd.GetAPI("320406").GetDeliveryRangeByStationNo2(v.VendorStoreID)
|
station, err := jd.GetAPI("320406").GetDeliveryRangeByStationNo2(v.VendorStoreID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user