From 071dd9c02ea5ae972a02d40987f5e17c0d8c0f63 Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Fri, 29 Nov 2024 10:04:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2job=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=80=92=E5=8F=99=E6=8E=92=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/quartz/SysJobLogMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jsowell-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml b/jsowell-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml index 1bf62e7a1..396787458 100644 --- a/jsowell-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml +++ b/jsowell-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') + order by job_log_id desc