From 55dd448c1a143024111d930a56e4ac0058269575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 10 Feb 2023 18:42:50 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/sync_store_sku.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index ea0614765..ef96e6dc6 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -184,11 +184,9 @@ func SyncStoreSkuNew2(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFla switch step { case 0: if singleStoreHandler != nil { - globals.SugarLogger.Debugf("==SyncStoreCategories===") _, err = SyncStoreCategories(ctx, task, vendorID, storeID, vendorStoreID, nameIDs, skuIDs, false, isContinueWhenError) } case 1: - globals.SugarLogger.Debugf("==syncStoreSkuNew===") err = syncStoreSkuNew(ctx, task, causeFlag, false, vendorID, storeID, vendorOrgCode, nameIDs, skuIDs, excludeSkuIDs, useVendorPriceDirectly, isContinueWhenError) } return result, err