joblog order by

This commit is contained in:
RuoYi 2024-03-11 09:42:15 +08:00
parent 8c990ae9fc
commit 66128f140f

View File

@ -42,6 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
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">