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}