This commit is contained in:
suyl
2021-08-10 15:15:17 +08:00
parent d63c7b8fcd
commit 73aeaee494

View File

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