From 10c5c21681e00af00c22bdb59ebeab922054a887 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Sun, 24 May 2020 09:41:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=BA=E5=BA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/jdshop/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/partner/purchase/jdshop/store.go b/business/partner/purchase/jdshop/store.go index 11724cb66..475fbf867 100644 --- a/business/partner/purchase/jdshop/store.go +++ b/business/partner/purchase/jdshop/store.go @@ -104,7 +104,7 @@ func (p *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri CategoryName: jdshopapi.JdsStoreCategoryName, CustomerID: utils.Int2Str(store.ID), } - fmt.Println("test1", utils.Format4Output(createEntityStoreParam, false)) + // fmt.Println("test1", utils.Format4Output(createEntityStoreParam, false)) vendorStoreID, err = api.JdShopAPI.CreateEntityStore(createEntityStoreParam) return vendorStoreID, err }