查询job日志倒叙排列

This commit is contained in:
Guoqs
2024-11-29 10:04:05 +08:00
parent 8f650843e3
commit 071dd9c02e

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 job_log_id desc
</select>
<select id="selectJobLogAll" resultMap="SysJobLogResult">