辅导员分配宿舍
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user