From 7ba0ac1b0ad8c778692ed56606eca59949834d91 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Tue, 24 Dec 2024 16:24:05 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/supplement/RiskRectMapper.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/securityControl-modules/securityControl-proteam/src/main/resources/mapper/supplement/RiskRectMapper.xml b/securityControl-modules/securityControl-proteam/src/main/resources/mapper/supplement/RiskRectMapper.xml index 778961b..72b5955 100644 --- a/securityControl-modules/securityControl-proteam/src/main/resources/mapper/supplement/RiskRectMapper.xml +++ b/securityControl-modules/securityControl-proteam/src/main/resources/mapper/supplement/RiskRectMapper.xml @@ -28,11 +28,13 @@ AND tnv.risk_level = #{riskLevel} - - AND tnv.`status` = '1' - - - AND tnv.`status` IN ('2','3','4','5','6') + + + AND tnv.`status` = '1' + + + AND tnv.`status` IN ('2','3','4','5','6') + ORDER BY tnv.iss_time DESC