作者 RuoYi

joblog order by

@@ -42,6 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" @@ -42,6 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
42 and date_format(create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d') 42 and date_format(create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d')
43 </if> 43 </if>
44 </where> 44 </where>
  45 + order by create_time desc
45 </select> 46 </select>
46 47
47 <select id="selectJobLogAll" resultMap="SysJobLogResult"> 48 <select id="selectJobLogAll" resultMap="SysJobLogResult">