修复实景勘察任务状态筛选异常bug

This commit is contained in:
wangxu 2025-12-16 11:54:24 +08:00
parent 7eba15db91
commit 25649bc8da
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ def query_cross_survey_job_list(params):
job_state = check_param(params, 'job_state')
if not job_state:
job_state = -1
job_state = int(job_state)
start_index = (int(page) - 1) * int(page_size)
end_index = start_index + int(page_size)
job_list = db_tmnet.query_survey_job_info_by_area_id(area_id)