From 4661ea9198876eeb7dd60a37b30cb46b4281487d 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, 27 Apr 2020 18:29:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=95=86=E5=93=81=E6=B5=8B?= =?UTF-8?q?=E8=AF=95list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/sync.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/sync.go b/business/jxstore/cms/sync.go index f53774192..91a1086ed 100644 --- a/business/jxstore/cms/sync.go +++ b/business/jxstore/cms/sync.go @@ -950,6 +950,7 @@ func syncStoreSkusFromYb(ctx *jxcontext.Context, storeID, vendorID int, vendorSt deleteList = append(deleteList, v) } } + fmt.Println("remoteSkuList", utils.Format4Output(remoteSkuList, false)) fmt.Println("addList", utils.Format4Output(addList, false)) fmt.Println("updateList", utils.Format4Output(updateList, false)) fmt.Println("deleteList", utils.Format4Output(deleteList, false))