From 94ebfe3837f008d6d80991d2b3b9b613d900b536 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:41:18 +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=E5=88=A0=E9=99=A4=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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/business/jxstore/cms/sync.go b/business/jxstore/cms/sync.go index 961960446..142f7d997 100644 --- a/business/jxstore/cms/sync.go +++ b/business/jxstore/cms/sync.go @@ -950,9 +950,9 @@ func syncStoreSkusFromYb(ctx *jxcontext.Context, storeID, vendorID int, vendorSt deleteList = append(deleteList, v) } } - fmt.Println("addList", utils.Format4Output(addList, false)) - // fmt.Println("updateList", utils.Format4Output(updateList, false)) - fmt.Println("deleteList", utils.Format4Output(deleteList, false)) + // fmt.Println("addList", utils.Format4Output(addList, 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) switch step {