aa
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user