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

Bug-624修复 启动记录排序

parent bd962c4b
......@@ -85,7 +85,7 @@
AND cpor.start_time <![CDATA[ < ]]> #{startTimeRight}
</if>
</where>
ORDER BY cpor.id ASC
ORDER BY cpor.start_time DESC
LIMIT #{start}, #{size}
</select>
</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