diff --git a/business/model/dao/dao_job.go b/business/model/dao/dao_job.go index ee443b573..46601af54 100644 --- a/business/model/dao/dao_job.go +++ b/business/model/dao/dao_job.go @@ -226,6 +226,8 @@ 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 {