From bd7bec06a044b6f0455fc72dc47f338943ff6e54 Mon Sep 17 00:00:00 2001 From: ChiuJun <42403968+ChiuJun@users.noreply.github.com> Date: Wed, 7 Feb 2024 17:58:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20QuartzLogMapper=E5=8A=A8=E6=80=81SQL?= =?UTF-8?q?=E5=B8=83=E5=B0=94=E7=B1=BB=E5=9E=8B=E6=B5=8B=E8=AF=95=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E9=94=99=E8=AF=AF=20(#34)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/quartz/QuartzLogMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eladmin/eladmin-system/src/main/resources/mapper/quartz/QuartzLogMapper.xml b/eladmin/eladmin-system/src/main/resources/mapper/quartz/QuartzLogMapper.xml index 7885b14..1c3a71c 100644 --- a/eladmin/eladmin-system/src/main/resources/mapper/quartz/QuartzLogMapper.xml +++ b/eladmin/eladmin-system/src/main/resources/mapper/quartz/QuartzLogMapper.xml @@ -27,7 +27,7 @@ AND job_name LIKE CONCAT('%',#{criteria.jobName},'%') - + AND is_success = #{criteria.isSuccess}