diff --git a/src/main/resources/mybatis/datasource/inspection/SafetyEnvironmentalMapper.xml b/src/main/resources/mybatis/datasource/inspection/SafetyEnvironmentalMapper.xml
index 8ddbc7ce..18655387 100644
--- a/src/main/resources/mybatis/datasource/inspection/SafetyEnvironmentalMapper.xml
+++ b/src/main/resources/mybatis/datasource/inspection/SafetyEnvironmentalMapper.xml
@@ -308,6 +308,9 @@
and iou.NAME LIKE CONCAT(CONCAT('%', #{pd.INSPECTION_ORIGINATOR_NAME}),'%')
+
+ and biss.SITUATION LIKE CONCAT('%', #{pd.INSPECTION_CASE},'%')
+
and f.INSPECTION_TYPE = #{pd.INSPECTION_TYPE}