Browse Source

joblog order by

pull/484/head
RuoYi 9 months ago
parent
commit
05075e21a3
  1. 1
      ruoyi-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml

1
ruoyi-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml

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

Loading…
Cancel
Save