diff --git a/bonus-modules/bonus-project/src/main/resources/mapper/safetycheck/ViolationManagementMapper.xml b/bonus-modules/bonus-project/src/main/resources/mapper/safetycheck/ViolationManagementMapper.xml
index f822d82..1d32815 100644
--- a/bonus-modules/bonus-project/src/main/resources/mapper/safetycheck/ViolationManagementMapper.xml
+++ b/bonus-modules/bonus-project/src/main/resources/mapper/safetycheck/ViolationManagementMapper.xml
@@ -357,6 +357,9 @@
and wvi.sub_user_id = #{personId}
+
+ and ppi.pro_type = 2
+
and (
wvi.pro_name like concat('%',#{keyWord},'%') or