From 4def4fbe7f6f4fe17131c6a14bd511cc67c21ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Sat, 8 Oct 2022 21:28:33 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/sync_store_sku.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index 1827eb45e..bbeef17e3 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -665,6 +665,10 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag globals.SugarLogger.Debugf("================createList%s", utils.Format4Output(createList, true)) globals.SugarLogger.Debugf("================deleteList%s", utils.Format4Output(deleteList, true)) globals.SugarLogger.Debugf("================updateList%s", utils.Format4Output(updateList, true)) + globals.SugarLogger.Debugf("================stockList%s", utils.Format4Output(stockList, true)) + globals.SugarLogger.Debugf("================onlineList%s", utils.Format4Output(onlineList, true)) + globals.SugarLogger.Debugf("================offlineList%s", utils.Format4Output(offlineList, true)) + globals.SugarLogger.Debugf("================priceList%s", utils.Format4Output(priceList, true)) task := tasksch.NewParallelTask("syncStoreSkuNew", tasksch.NewParallelConfig().SetParallelCount(1).SetIsContinueWhenError(isContinueWhenError2), ctx, func(task *tasksch.ParallelTask, batchItemList []interface{}, params ...interface{}) (retVal interface{}, err error) {