宿舍费用确认待办和宿舍费用数据展示修改
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
where a2.apply_status != 1
|
||||
) as t1
|
||||
<where>
|
||||
t1.apply_status = 1 or t1.apply_status = 2 or t1.apply_status = 3
|
||||
<if test="stuNo != null and stuNo != ''">and t1.stu_no = #{stuNo}</if>
|
||||
<if test="roomId != null ">and t1.room_id = #{roomId}</if>
|
||||
<if test="startDate != null ">and t1.start_date = #{startDate}</if>
|
||||
|
Reference in New Issue
Block a user