From 64a50e1b1cdde6e181b0722232ed6d180a0d7455 Mon Sep 17 00:00:00 2001 From: bonus <1203338439@qq.com> Date: Mon, 8 Sep 2025 21:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=A3=E5=B7=A5=E6=9C=BA=E5=85=B7=E9=A2=84?= =?UTF-8?q?=E8=AD=A6?= 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, 1 insertion(+), 1 deletion(-) 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 7b2847d5..a6b56b8c 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 @@ -303,7 +303,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" left join ma_type mt on sai.type_id = mt.type_id left join ma_type mt2 on mt.parent_id = mt2.type_id where sai.status = 0 and bp.actual_end_date is not null and bp.actual_end_date is not null and bp.pro_center is not null - and mt.jiju_type = 2 + and mt.jiju_type = 1 and sd.dept_id = #{deptId}