This commit is contained in:
苏尹岚
2020-12-21 14:34:03 +08:00
parent bb9a7b45d1
commit 3ab74d5a65

View File

@@ -1833,7 +1833,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
)
csList, _ := dao.GetStoreCourierList(db, nil, []int{model.VendorIDFengNiao}, model.StoreStatusAll, model.StoreAuditStatusAll)
for _, v := range csList {
stores, _ := dao.GetStoreList(db, []int{v.ID}, nil, nil, nil, "")
stores, _ := dao.GetStoreList(db, []int{v.StoreID}, nil, nil, nil, "")
store := stores[0]
if !strings.Contains(store.Name, "京西菜市-") {
params := &fnpsapi.CreateStoreParam{