This commit is contained in:
suyl
2021-08-10 15:17:59 +08:00
parent 73aeaee494
commit 9889a2ca29
2 changed files with 1 additions and 2 deletions

View File

@@ -2158,6 +2158,7 @@ func MtUnionJobAutoUpdate(ctx *jxcontext.Context) (err error) {
if err != nil {
return err
}
fmt.Println(utils.Format4Output(jobs, true))
//再查美团联盟上的所有活动
acts, err := api.MtUnionAPI.ActivityList(1, 30, 0)
if err != nil {

View File

@@ -226,8 +226,6 @@ func GetJobsNoPage(db *DaoDB, userIDs []string, vendorIDs, categoryIDs, statuss,
sql += ` AND a.job_span_recmd = 1`
}
}
fmt.Println(sql)
fmt.Println(sqlParams)
err = GetRows(db, &jobs, sql, sqlParams...)
for _, v := range jobs {
if includeStep {