diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index 596a1282c..27293c5a4 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -677,7 +677,7 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag // } } - if vendorID == model.VendorIDDD { + if vendorID == model.VendorIDDD && storeDetail.Store.ID == 668594 { 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))