Commit aca0ca64 by xuxueli

排序字段已调整为按照调度时间倒序,兼容TIDB等主键不连续日志存储组件。

parent 2016fa7c
......@@ -74,7 +74,7 @@
AND t.handle_code = 0
</if>
</trim>
ORDER BY id DESC
ORDER BY t.trigger_time DESC
LIMIT #{offset}, #{pagesize}
</select>
......
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 sign in to comment