master:档口已购推广列表调优;

pull/1121/head
liujiang 2025-09-11 14:11:45 +08:00
parent 89717d0fac
commit 1c326ac048
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ 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 DESC,
ar.launch_status
</select>