From edc7b4061bfcf99e7402460637738dcf1a360a2b Mon Sep 17 00:00:00 2001
From: bonus <1203338439@qq.com>
Date: Mon, 8 Sep 2025 19:32:40 +0800
Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E5=8A=A0=E5=AF=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/mapper/material/push/ProDataUseInfoMapper.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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}