From 47097fe01b871ff56f8409c63a121a39ba76fd32 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Tue, 1 Nov 2022 10:44:14 +0800 Subject: [PATCH] ddscope --- business/jxstore/cms/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index cd1ce8461..bc8d5a8de 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -5876,7 +5876,7 @@ func GetDDScope(ctx *jxcontext.Context, storeID int, vendorStoreID string) (ware return data, errors.New(fmt.Sprintf("获取vendorOrgCode失败,请检查数据或重试:%v", err)) } globals.SugarLogger.Debug("storeMap[0].VendorOrgCode=================%d", storeMap[0].VendorOrgCode) - bindWarehouse, err := tiktok_store.GetWarehouseByStore(storeMap[0].VendorOrgCode, int64(storeID)) + bindWarehouse, err := tiktok_store.GetWarehouseByStore(storeMap[0].VendorOrgCode, utils.Str2Int64(vendorStoreID)) if err != nil { return data, errors.New(fmt.Sprintf("获取门店(%d) 绑定fenceID失败:%v", storeID, err)) }