From ae49d27c5ded8564fb7dfbdef87d3fefe8faaf5e Mon Sep 17 00:00:00 2001
From: dongdingding <207595406@qq.com>
Date: Sat, 23 Dec 2023 17:00:18 +0800
Subject: [PATCH] BUG FIX
---
.../main/resources/mapper/yingji/BEnterpriseNewMapper.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/ruoyi-system/src/main/resources/mapper/yingji/BEnterpriseNewMapper.xml b/ruoyi-system/src/main/resources/mapper/yingji/BEnterpriseNewMapper.xml
index 4f23a1d..fc94725 100644
--- a/ruoyi-system/src/main/resources/mapper/yingji/BEnterpriseNewMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/yingji/BEnterpriseNewMapper.xml
@@ -251,7 +251,12 @@
and s.SUPERVISION_LARGE =
#{supervisionLarge}
- and s.RISK_LEVEL = #{riskLevel}
+
+ and s.RISK_LEVEL in
+
+ #{riskLevel}
+
+
and s.STAND_LEVEL = #{standLevel}
and s.EXAMINE_END_TIME = #{examineEndTime}
and s.create_id = #{createId}