diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index 7b9db91c3..84d6b6277 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -649,6 +649,7 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag rList := changeList2Jds(createList) createList = createList[:] createList = rList + fmt.Println("11111111111111111111111111111", utils.Format4Output(rList, true)) } if len(updateList) > 0 { rList2 := changeList2Jds(updateList)