This commit is contained in:
苏尹岚
2020-10-30 17:44:09 +08:00
parent 7c2d897f66
commit cc1071a22a
2 changed files with 1 additions and 3 deletions

View File

@@ -154,8 +154,6 @@ 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
}