aa
This commit is contained in:
@@ -1171,10 +1171,6 @@ func ReloadJobSpan(ctx *jxcontext.Context, jobIDs []int, span int) (err error) {
|
|||||||
var (
|
var (
|
||||||
db = dao.GetDB()
|
db = dao.GetDB()
|
||||||
)
|
)
|
||||||
jobs, err := dao.GetJobsNoPage(db, nil, nil, []int{model.JobStatusDoing}, nil, utils.ZeroTimeValue, utils.ZeroTimeValue, span, false)
|
|
||||||
if len(jobs) != len(jobIDs) {
|
|
||||||
return fmt.Errorf("传入的任务IDs有误!")
|
|
||||||
}
|
|
||||||
for k, v := range jobIDs {
|
for k, v := range jobIDs {
|
||||||
job := &model.Job{}
|
job := &model.Job{}
|
||||||
job.ID = v
|
job.ID = v
|
||||||
|
|||||||
@@ -75,7 +75,6 @@ func GetJobs(db *DaoDB, userIDs []string, categoryIDs, statuss, vendorIDs, types
|
|||||||
if cityCode > 0 {
|
if cityCode > 0 {
|
||||||
sql += " AND (a.job_city_code = ? OR a.job_city_code = ?)"
|
sql += " AND (a.job_city_code = ? OR a.job_city_code = ?)"
|
||||||
sqlParams = append(sqlParams, cityCode, model.JobCountrywideCode)
|
sqlParams = append(sqlParams, cityCode, model.JobCountrywideCode)
|
||||||
|
|
||||||
}
|
}
|
||||||
sqlParams = append(sqlParams, lng, lat, utils.DefaultTimeValue, utils.DefaultTimeValue)
|
sqlParams = append(sqlParams, lng, lat, utils.DefaultTimeValue, utils.DefaultTimeValue)
|
||||||
if len(userIDs) > 0 {
|
if len(userIDs) > 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user