RuoYi
2024-03-11 66128f140f0b1e8a1c4eab7b6db4699d036c2a70
joblog order by
1 files modified
1 ■■■■ changed files
ruoyi-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml 1 ●●●● patch | view | raw | blame | history
ruoyi-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml
@@ -42,6 +42,7 @@
                and date_format(create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d')
            </if>
        </where>
        order by create_time desc
    </select>
    
    <select id="selectJobLogAll" resultMap="SysJobLogResult">