From 6b92e8821be7ee5f6c60834ae1df2ce7891d0d1f Mon Sep 17 00:00:00 2001
From: hongchao <3228015117@qq.com>
Date: Fri, 12 Sep 2025 09:00:58 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E8=AF=A6=E6=83=85=E6=8E=A5?=
=?UTF-8?q?=E5=8F=A3=E8=A1=A5=E5=85=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/mapper/material/push/ProDataUseInfoMapper.xml | 2 ++
1 file changed, 2 insertions(+)
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}