mirror of
https://gitee.com/elegant_wings/dbd-meeting.git
synced 2025-06-21 17:09:36 +08:00
跳转导出顺序及 排序
This commit is contained in:
parent
3fab6b5298
commit
766a8c86a4
Binary file not shown.
@ -18,7 +18,7 @@
|
||||
<if test="device != null and device != ''"> AND room.device LIKE CONCAT('%', #{device}, '%')</if>
|
||||
<if test="capacityNum != null"> AND capacity_num <= #{capacityNum}</if>
|
||||
<if test="filterDate != null and filterDate != ''"> AND start LIKE CONCAT(#{filterDate}, '%')</if>
|
||||
order by start
|
||||
order by room.room_num,start
|
||||
</select>
|
||||
|
||||
<select id="total" resultType="com.ics.admin.vo.MeetingTotalVo">
|
||||
|
Loading…
x
Reference in New Issue
Block a user