From 3ceb01c07e70772cdbfbf05698a2e7e9a80e993e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A5=8E=E5=85=B4?= <2220574228@qq.com> Date: Mon, 23 Mar 2026 17:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E6=B5=81=E6=B0=B4=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E4=BB=BB=E5=8A=A1=E5=8E=BB=E9=99=A4=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/basic/ScheduledTaskMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/mhd-modules/mhd-system/src/main/resources/mapper/basic/ScheduledTaskMapper.xml b/mhd-modules/mhd-system/src/main/resources/mapper/basic/ScheduledTaskMapper.xml index f6cbaaeef..bc091d819 100644 --- a/mhd-modules/mhd-system/src/main/resources/mapper/basic/ScheduledTaskMapper.xml +++ b/mhd-modules/mhd-system/src/main/resources/mapper/basic/ScheduledTaskMapper.xml @@ -31,7 +31,6 @@ TO_CHAR(SYSDATE, 'YYYY-MM-') || bill_days || ' ' || bill_time, 'YYYY-MM-DD HH24:MI:SS' ) BETWEEN #{startTime} AND #{endTime} - and task_status = #{status} ORDER BY TO_DATE( TO_CHAR(SYSDATE, 'YYYY-MM-') || bill_days || ' ' || bill_time, 'YYYY-MM-DD HH24:MI:SS'