update ruoyi-modules/ruoyi-job/src/main/resources/mapper/job/SysJobLogMapper.xml.

任务运行日志列表增加按创建日期倒叙排序

Signed-off-by: 刘继东 <wwwliujidong@163.com>
pull/360/head
刘继东 4 months ago committed by Gitee
parent 3fa4901d57
commit b44e0e4de6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -42,6 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and date_format(create_time,'%y%m%d') &lt;= date_format(#{params.endTime},'%y%m%d')
</if>
</where>
order by create_time desc
</select>
<select id="selectJobLogAll" resultMap="SysJobLogResult">

Loading…
Cancel
Save