diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index 18ed91e7b..9a624c24d 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -534,6 +534,8 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag } } } else { + globals.SugarLogger.Debugf("======skuid %d", sku.SkuID) + globals.SugarLogger.Debugf("======MergedStatus %d", sku.MergedStatus) if sku.MergedStatus == model.SkuStatusNormal { if vendorID == model.VendorIDDD { createList = append(createList, sku)