From 598a95711377dbf89a90fd9651e7d4613e01c252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 13 Jan 2023 11:50:49 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/sync_store_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index 729a723c9..1f7d5fbe4 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -701,7 +701,7 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag // api.JdShop2API.SetCookieWithStr(configs[0].Value) // } } - if vendorOrgCode == "381564" { + if storeID == 668767 { globals.SugarLogger.Debugf("createList=== %s", utils.Format4Output(createList, false)) globals.SugarLogger.Debugf("updateList=== %s", utils.Format4Output(updateList, false)) globals.SugarLogger.Debugf("deleteList=== %s", utils.Format4Output(deleteList, false))