joblog order by

This commit is contained in:
RuoYi 2024-03-11 09:41:41 +08:00
parent abb18eefb0
commit d086327898

View File

@ -42,6 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND to_char(create_time, 'yyyy-mm-dd') <= #{params.endTime} AND to_char(create_time, 'yyyy-mm-dd') <= #{params.endTime}
</if> </if>
</where> </where>
order by create_time desc
</select> </select>
<select id="selectJobLogAll" resultMap="SysJobLogResult"> <select id="selectJobLogAll" resultMap="SysJobLogResult">