diff --git a/business/jxstore/cms/job.go b/business/jxstore/cms/job.go index 3e6b63766..b4ce511ec 100644 --- a/business/jxstore/cms/job.go +++ b/business/jxstore/cms/job.go @@ -2180,7 +2180,8 @@ func MtUnionJobAutoUpdate(ctx *jxcontext.Context) (err error) { } } //建任务 - for _, v := range actMap { + for _, v := range addList { + fmt.Println(utils.Format4Output(v, true)) //推广规则 storeURL := "" percentage := 0