From be4a123ba6a562c88c394637a47b4440bcc790bf Mon Sep 17 00:00:00 2001 From: richboo111 Date: Thu, 20 Oct 2022 10:59:41 +0800 Subject: [PATCH] sync --- business/jxstore/cms/sync_store_sku.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index e55350968..493e2da2a 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -746,6 +746,7 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag globals.SugarLogger.Debug("31.sth wrong on err2: %v", err2) failedList = append(failedList, putils.GetErrMsg2FailedSingleList(batchedStoreSkuList, err2, storeID, model.VendorChineseNames[vendorID], "查询是否有该商品")...) } + globals.SugarLogger.Debug("33.updateList|| failedList=============", updateList, failedList) } failedList, err = buildFailedListAndErr(failedList, err, nil, batchedStoreSkuList, storeID, vendorID, "创建门店商品") globals.SugarLogger.Debug("18.updateList,failedList=========================", updateList, failedList)