刘继东
2024-03-02 b44e0e4de637a141181c44d5e103eb732455c26e
update ruoyi-modules/ruoyi-job/src/main/resources/mapper/job/SysJobLogMapper.xml.
任务运行日志列表增加按创建日期倒叙排序

Signed-off-by: 刘继东 <wwwliujidong@163.com>
1 files modified
1 ■■■■ changed files
ruoyi-modules/ruoyi-job/src/main/resources/mapper/job/SysJobLogMapper.xml 1 ●●●● patch | view | raw | blame | history
ruoyi-modules/ruoyi-job/src/main/resources/mapper/job/SysJobLogMapper.xml
@@ -42,6 +42,7 @@
                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">