From 6f691c6d5551a3cb840842370c2391078dc5658c Mon Sep 17 00:00:00 2001 From: s1431_z_w <15596413+s1431zw@user.noreply.gitee.com> Date: Mon, 18 Aug 2025 15:09:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=B8=B8=E4=BA=8B=E5=8A=A1=E4=B8=AD?= =?UTF-8?q?=E5=AD=A6=E7=94=9F=E8=AF=81=E8=A1=A5=E5=8A=9E=E5=92=8C=E5=9C=A8?= =?UTF-8?q?=E6=A0=A1=E8=AF=81=E6=98=8E=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../comprehensive/CphGoodApplyMapper.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/srs-comprehensive/src/main/resources/mapper/comprehensive/CphGoodApplyMapper.xml b/srs-comprehensive/src/main/resources/mapper/comprehensive/CphGoodApplyMapper.xml index 127dcc5..d195ec2 100644 --- a/srs-comprehensive/src/main/resources/mapper/comprehensive/CphGoodApplyMapper.xml +++ b/srs-comprehensive/src/main/resources/mapper/comprehensive/CphGoodApplyMapper.xml @@ -502,6 +502,14 @@ from knzz_gl_apply as a left join view_stu_info as b on a.stu_no = b.stu_no where a.apply_status = 1 + union + select concat('xszb-',count(a.id)) as `all` + from rt_stu_id_reissue as a + where a.inspection_progress = 1 + union + select concat('zxzm-',count(a.id)) as `all` + from rt_stu_at_school as a + where a.xgstatus = 0