辅导员分配宿舍

This commit is contained in:
zhy
2025-10-08 16:57:04 +08:00
parent edfe262980
commit b2ab8a3795

View File

@@ -748,6 +748,7 @@
<if test="BJDM != null">and a.BJDM = #{BJDM}</if> <if test="BJDM != null">and a.BJDM = #{BJDM}</if>
<if test="params.tNo != null">and t.employee_id = #{params.tNo}</if> <if test="params.tNo != null">and t.employee_id = #{params.tNo}</if>
<if test="MZ != null">and a.MZ like concat('%', #{MZ},'%')</if> <if test="MZ != null">and a.MZ like concat('%', #{MZ},'%')</if>
<if test="BJ != null">and a.BJ like concat('%', #{BJ},'%')</if>
<if test="SYD != null">and a.SYD like concat('%', #{SYD},'%')</if> <if test="SYD != null">and a.SYD like concat('%', #{SYD},'%')</if>
<if test="sfzAddr != null">and a.sfz_addr like concat('%', #{sfzAddr},'%')</if> <if test="sfzAddr != null">and a.sfz_addr like concat('%', #{sfzAddr},'%')</if>
</where> </where>