From 89935ec30b376af3a200b01327e6b5203dd24703 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Tue, 23 Apr 2024 09:16:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=81=E4=BE=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ScIndexMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/securitycontrol-model/securitycontrol-screen/src/main/resources/mapper/ScIndexMapper.xml b/securitycontrol-model/securitycontrol-screen/src/main/resources/mapper/ScIndexMapper.xml index 350da76..38d2aab 100644 --- a/securitycontrol-model/securitycontrol-screen/src/main/resources/mapper/ScIndexMapper.xml +++ b/securitycontrol-model/securitycontrol-screen/src/main/resources/mapper/ScIndexMapper.xml @@ -51,7 +51,6 @@ tw.warn_id AS warningId FROM tb_warn tw LEFT JOIN tb_project tp ON tw.bid_code = tp.bid_code AND tp.del_flag = 0 - WHERE tw.warn_time BETWEEN CONCAT(CURRENT_DATE, ' 00:00:00') AND CONCAT(CURRENT_DATE, ' 23:59:59') ORDER BY tw.warn_time DESC