Commit 80051abe authored by 田涛's avatar 田涛

Bug-624修复 启动记录排序

parent bd962c4b
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
AND cpor.start_time <![CDATA[ < ]]> #{startTimeRight} AND cpor.start_time <![CDATA[ < ]]> #{startTimeRight}
</if> </if>
</where> </where>
ORDER BY cpor.id ASC ORDER BY cpor.start_time DESC
LIMIT #{start}, #{size} LIMIT #{start}, #{size}
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment