This commit is contained in:
suyl
2021-06-18 10:29:15 +08:00
parent 5a311c8e34
commit eefcf2ec1e

View File

@@ -1931,7 +1931,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
//}
//换美团菜市图片
stores, _ := dao.GetStoresMapList(dao.GetDB(), []int{model.VendorIDMTWM}, []int{102498}, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "", "589")
stores, _ := dao.GetStoresMapList(dao.GetDB(), []int{model.VendorIDMTWM}, nil, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "", "589")
for _, v := range stores {
api.MtwmAPI.PoiSave(v.VendorStoreID, map[string]interface{}{
"pic_url": "http://image.jxc4.com/image/ff8c9443c894bfb4822f7d2f742718df.jpg",