From bd744a81d9c32f9f930dc7a73490682858f8bd3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Fri, 26 Jan 2024 11:47:37 +0800 Subject: [PATCH] 'commit' --- src/main/resource/Sql/Collect.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resource/Sql/Collect.sql b/src/main/resource/Sql/Collect.sql index 220aab35..9cbd7402 100644 --- a/src/main/resource/Sql/Collect.sql +++ b/src/main/resource/Sql/Collect.sql @@ -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)