From 5ff8a1b7c371331f78bb23474c614d1fe0e98d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 1 Mar 2021 14:11:11 +0800 Subject: [PATCH] aa --- business/jxstore/tempop/tempop.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index fcff77ec9..568bb3553 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1878,9 +1878,9 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { } dao.GetRows(db, &storeMaps, sql, sqlParams) for _, v := range storeMaps { - err = api.JdShop2API.CreateGisFence(v.StoreID, 3) + err = api.JdShop2API.CreateGisFence(utils.Str2Int(v.VendorStoreID), 3) if err != nil { - err2 := api.JdShop2API.CreateGisFence(v.StoreID, 2) + err2 := api.JdShop2API.CreateGisFence(utils.Str2Int(v.VendorStoreID), 2) if err2 != nil { stores = append(stores, v.StoreID) }