From ee7019f79706fcd1c211975722d7d7090ccecb88 Mon Sep 17 00:00:00 2001
From: cwchen <1048842385@qq.com>
Date: Tue, 10 Dec 2024 09:06:45 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E8=BF=9D=E7=AB=A0=E7=BB=9F?=
=?UTF-8?q?=E8=AE=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/supplement/RiskRectMapper.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 3b9b71d..778961b 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
@@ -26,7 +26,7 @@
AND INSTR(tnv.pro_name,#{proName}) > 0
- AND INSTR(tnv.risk_level,#{proName}) > 0
+ AND tnv.risk_level = #{riskLevel}
AND tnv.`status` = '1'