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))