辅导员分宿舍
This commit is contained in:
@@ -108,6 +108,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="dormitoryId != null">and a.dormitory_id = #{dormitoryId}</if>
|
||||
<if test="classCode != null">and b.BJDM = #{classCode}</if>
|
||||
</where>
|
||||
order by a.ksh asc
|
||||
</select>
|
||||
|
||||
<select id="getStuDorm" resultType="DomInfo" parameterType="DmsSearch">
|
||||
|
||||
Reference in New Issue
Block a user