This commit is contained in:
苏尹岚
2021-01-22 10:07:54 +08:00
parent 519592bc31
commit 56d9e1b643
2 changed files with 3 additions and 3 deletions

View File

@@ -1834,7 +1834,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.StoreID}, nil, nil, nil, "")
stores, _ := dao.GetStoreList(db, []int{v.StoreID}, nil, nil, nil, nil, "")
store := stores[0]
if !strings.Contains(store.Name, "京西菜市-") {
api.FnAPI.UpdateStore(&fnpsapi.CreateStoreParam{