宿舍费用确认待办和宿舍费用数据展示修改

This commit is contained in:
s1431_z_w
2025-08-27 16:34:47 +08:00
parent bbd0d94e48
commit 3ba997de77
2 changed files with 5 additions and 3 deletions

View File

@@ -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>