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