This commit is contained in:
苏尹岚
2020-10-30 09:28:29 +08:00
parent 72c61ec556
commit 7f11756c97
2 changed files with 2 additions and 1 deletions

View File

@@ -143,6 +143,8 @@ func GetJobsNoPage(db *DaoDB, userIDs []string, categoryIDs, statuss []int, from
err = GetRows(db, &jobImgs, sql3, sqlParams3)
v.JobImgs = jobImgs
}
fmt.Println(sql)
fmt.Println(sqlParams)
return jobs, err
}