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 1be76fbe..1fcd18ea 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
@@ -203,7 +203,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and sai.`status`='0' and sai.end_time is null
and bp.external_id is not null
and mm.ma_status = 2
- and mt2.type_id not in (6032,6008,6270)
+ and mt2.type_id not in (6032,6008,6270,6012,6761)
AND sd.dept_id = #{deptId}
@@ -237,7 +237,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and bp.external_id is not null
and sai.`status`='0' and sai.end_time is null
and mm.ma_status = 2
- and mt2.type_id not in (6032,6008,6270)
+ and mt2.type_id not in (6032,6008,6270,6012,6761)
AND bp.pro_id = #{proId}