From 03b87062eef7da177fde52b5a8487de1bdc301fc Mon Sep 17 00:00:00 2001 From: richboo111 Date: Wed, 28 Jun 2023 14:29:35 +0800 Subject: [PATCH] txd --- business/jxstore/cms/store.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 198e39576..9333173f5 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -6341,7 +6341,7 @@ func SingleBindTaoVegetable(ctx *jxcontext.Context, bind []TaoBindInfo) (error, db *dao.DaoDB errList errlist.ErrList errIDName = make([]string, 0) - storeMaps = make([]model.StoreMap, 0) + storeMaps = make([]*model.StoreMap, 0) ) if len(bind) == 0 { return fmt.Errorf("绑定门店数据为空,请检查"), "" @@ -6358,7 +6358,7 @@ func SingleBindTaoVegetable(ctx *jxcontext.Context, bind []TaoBindInfo) (error, return fmt.Errorf("淘鲜达门店ID不合法"), "" } } - storeMap := model.StoreMap{ + storeMap := &model.StoreMap{ StoreID: utils.Str2Int(storeID), VendorID: model.VendorIDTaoVegetable, VendorOrgCode: "",