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

@@ -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 {