main
黄海 2 years ago
parent 5a8aaa3f17
commit bd744a81d9

@ -54,7 +54,7 @@
-- 2132: 人员 市 转发给单位 已反馈
-- 2232: 人员 县 转发本单位 已反馈
-- 2311: 人员 单位发的,填报 已填报
and t3.status_code in (1111,1211,1122,2122,2132,2232,2311)) as child_reply_count
and t3.status_code in (1111,1211,1122,2211,2122,2132,2232,2311)) as child_reply_count
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)

Loading…
Cancel
Save