From 1fbe0393e5f415a0a8aedb4134f3427a9679c58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 28 Apr 2020 08:29:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B6=E8=B1=B9=E5=90=8C=E6=AD=A5=E4=BA=AC?= =?UTF-8?q?=E8=A5=BF=EF=BC=8Cdeletedlist=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/sync.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/business/jxstore/cms/sync.go b/business/jxstore/cms/sync.go index 91a1086ed..02e4ffaa9 100644 --- a/business/jxstore/cms/sync.go +++ b/business/jxstore/cms/sync.go @@ -950,9 +950,10 @@ func syncStoreSkusFromYb(ctx *jxcontext.Context, storeID, vendorID int, vendorSt deleteList = append(deleteList, v) } } + fmt.Println("localSkuList", utils.Format4Output(localSkuList, false)) fmt.Println("remoteSkuList", utils.Format4Output(remoteSkuList, false)) fmt.Println("addList", utils.Format4Output(addList, false)) - fmt.Println("updateList", utils.Format4Output(updateList, false)) + // fmt.Println("updateList", utils.Format4Output(updateList, false)) fmt.Println("deleteList", utils.Format4Output(deleteList, false)) taskSeqFunc := func(task *tasksch.SeqTask, step int, params ...interface{}) (result interface{}, err error) { store, _ := dao.GetStoreDetail(db, storeID, vendorID)