Commit 55d0b450 by guominglei

设置按时间倒序

parent 9662a0d6
...@@ -90,6 +90,7 @@ ...@@ -90,6 +90,7 @@
select <include refid="Base_Column_List"/> select <include refid="Base_Column_List"/>
from job_task_run_log from job_task_run_log
where run_id = #{runId} where run_id = #{runId}
order by trigger_time desc
</select> </select>
<select id="findJobTaskRunLogWithBLOBsByFlowIdAndRunId" resultMap="ResultMapWithBLOBs"> <select id="findJobTaskRunLogWithBLOBsByFlowIdAndRunId" resultMap="ResultMapWithBLOBs">
......
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