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},'%')