From 4e0533a1fcbed0871d98a86900bd3d3022d5225d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 22 Jul 2020 17:53:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=B0=E5=A2=9E=E9=97=A8?= =?UTF-8?q?=E5=BA=97=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 05599aacf..04df14045 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -1082,7 +1082,7 @@ func CreateStore(ctx *jxcontext.Context, storeExt *StoreExt, userName string) (i } UpdateOrCreateCourierStores(ctx, store.ID, false, false, false) TryAddStoreBossRole4StoreByMobile(ctx, storeExt.ID, []string{storeExt.Tel1, storeExt.Tel2}) - InsertStoreCategories(ctx, db, store.ID) + // InsertStoreCategories(ctx, db, store.ID) AddStoreVendorMap(ctx, db, model.VendorIDJX, "", store.ID, &model.StoreMap{ VendorStoreID: utils.Int2Str(store.ID), AutoPickup: 1,