aa
This commit is contained in:
@@ -226,6 +226,8 @@ func GetJobsNoPage(db *DaoDB, userIDs []string, vendorIDs, categoryIDs, statuss,
|
|||||||
sql += ` AND a.job_span_recmd = 1`
|
sql += ` AND a.job_span_recmd = 1`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
fmt.Println(sql)
|
||||||
|
fmt.Println(sqlParams)
|
||||||
err = GetRows(db, &jobs, sql, sqlParams...)
|
err = GetRows(db, &jobs, sql, sqlParams...)
|
||||||
for _, v := range jobs {
|
for _, v := range jobs {
|
||||||
if includeStep {
|
if includeStep {
|
||||||
|
|||||||
Reference in New Issue
Block a user