master:档口已购列表排序优化;

pull/1121/head
liujiang 2025-09-11 14:10:23 +08:00
parent 54a8c38cfc
commit 89717d0fac
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="startTime != null "> and ar.start_time &gt;= #{startTime}</if>
<if test="endTime != null "> and ar.end_time &lt;= #{endTime}</if>
ORDER BY
ar.start_time
ar.start_time DESC,
ar.launch_status
</select>