joblog order by

pull/484/head
RuoYi 2024-03-11 09:39:53 +08:00
parent f2f6b25ed2
commit 05075e21a3
1 changed files with 1 additions and 0 deletions

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">