From 2de54b246fb7d2dbf0d7bd234979a5c1f5948246 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, 30 Mar 2020 16:52:00 +0800 Subject: [PATCH] =?UTF-8?q?beta=E9=93=B6=E8=B1=B9=E5=8F=88=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E5=85=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/sync_store_sku.go | 1 - conf/app.conf | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index affc1b297..723615501 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -435,7 +435,6 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag if dao.IsVendorThingIDEmpty(sku.VendorCatID) && !strings.Contains(sku.StoreName, model.ExdStoreName) && vendorID != model.VendorIDYB { globals.SugarLogger.Warnf("syncStoreSkuNew 创建门店:%d商品:%d,但没有平台分类ID", storeID, sku.SkuID) } else { - fmt.Println("test1", utils.Format4Output(createList, false)) createList = append(createList, sku) } } diff --git a/conf/app.conf b/conf/app.conf index 07ac55ba7..13996ba5f 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -370,7 +370,7 @@ enableEbaiStoreWrite = false enableElmStoreWrite = false enableMtwmStoreWrite = false enableWscStoreWrite = false -enableYbStoreWrite = false +enableYbStoreWrite = true jdOrgCode = "320406" jdToken = "77e703b7-7997-441b-a12a-2e522efb117a"