This commit is contained in:
suyl
2021-08-10 15:37:09 +08:00
parent 69e13203e6
commit 7ed142c1a9

View File

@@ -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 := "" storeURL := ""
percentage := 0 percentage := 0