From 8b044df4ab20240a846c9b90ae499f771f1340b4 Mon Sep 17 00:00:00 2001 From: zhy <17877871893@163.com> Date: Wed, 8 Oct 2025 17:26:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=85=E5=AF=BC=E5=91=98=E5=88=86=E9=85=8D?= =?UTF-8?q?=E5=AE=BF=E8=88=8D=20=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- srs-stureg/src/main/resources/mapper/stureg/SrsStuRegMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/srs-stureg/src/main/resources/mapper/stureg/SrsStuRegMapper.xml b/srs-stureg/src/main/resources/mapper/stureg/SrsStuRegMapper.xml index 12458d6..a5d8be2 100644 --- a/srs-stureg/src/main/resources/mapper/stureg/SrsStuRegMapper.xml +++ b/srs-stureg/src/main/resources/mapper/stureg/SrsStuRegMapper.xml @@ -746,6 +746,7 @@ left join cph_teacher t on cl.teacher_id=t.teacher_id and a.BJDM = #{BJDM} + and a.XB = #{XB} and t.employee_id = #{params.tNo} and a.MZ like concat('%', #{MZ},'%') and a.BJ like concat('%', #{BJ},'%')