Pārlūkot izejas kodu

!360 update ruoyi-modules/ruoyi-job/src/main/resources/mapper/job/SysJobLogMapper.xml.
Merge pull request !360 from 刘继东/N/A

若依 2 gadi atpakaļ
vecāks
revīzija
33a52c8166

+ 1 - 0
ruoyi-modules/ruoyi-job/src/main/resources/mapper/job/SysJobLogMapper.xml

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