From 9889a2ca29f2d8ebf20bbf1c00428ab7e9fce062 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 10 Aug 2021 15:17:59 +0800 Subject: [PATCH] aa --- business/jxstore/cms/job.go | 1 + business/model/dao/dao_job.go | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/business/jxstore/cms/job.go b/business/jxstore/cms/job.go index 7d83278a9..c02dccb75 100644 --- a/business/jxstore/cms/job.go +++ b/business/jxstore/cms/job.go @@ -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 { diff --git a/business/model/dao/dao_job.go b/business/model/dao/dao_job.go index 46601af54..ee443b573 100644 --- a/business/model/dao/dao_job.go +++ b/business/model/dao/dao_job.go @@ -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 {