main
黄海 2 years ago
parent de1bb7f69e
commit 988cf82631

@ -41,7 +41,7 @@
#end
-- 任务列表
#sql("viewJobList")
select t1.*,t2.forward_time from t_collect_job as t1
select t1.*,t2.forward_time,t2.status_code from t_collect_job as t1
inner join t_collect_job_target as t2 on t1.job_id=t2.job_id
where t2.target_id = #para(bureau_id)
and t2.status_code in #para(idList, "in")

Loading…
Cancel
Save