This commit is contained in:
苏尹岚
2020-12-23 11:43:51 +08:00
parent 5fee02bfcd
commit fd77a3703c
2 changed files with 0 additions and 5 deletions

View File

@@ -75,7 +75,6 @@ func GetJobs(db *DaoDB, userIDs []string, categoryIDs, statuss, vendorIDs, types
if cityCode > 0 {
sql += " AND (a.job_city_code = ? OR a.job_city_code = ?)"
sqlParams = append(sqlParams, cityCode, model.JobCountrywideCode)
}
sqlParams = append(sqlParams, lng, lat, utils.DefaultTimeValue, utils.DefaultTimeValue)
if len(userIDs) > 0 {