diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/push/ProDataUseInfoMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/push/ProDataUseInfoMapper.xml
index 6abddfd8..20e571ed 100644
--- a/bonus-modules/bonus-material/src/main/resources/mapper/material/push/ProDataUseInfoMapper.xml
+++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/push/ProDataUseInfoMapper.xml
@@ -345,6 +345,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where sai.status = 0 and sai.is_slt = 0 and sai.end_time is null and bp.actual_end_date is not null and bp.pro_center is not null
and mt.jiju_type = 1
and mt2.is_statics != 1
+ and dept_id not in (339,340,342,346)
and sd.dept_id = #{deptId}
@@ -729,6 +730,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where sai.status = 0 and sai.is_slt = 0 and sai.end_time is null and bp.actual_end_date is not null and bp.pro_center is not null
and mt.jiju_type = 1
and mt2.is_statics != 1
+ and dept_id not in (339,340,342,346)
and bp.pro_center= #{proCenter}