From ca98ff1eb28a859f194fcbcf1b82e0f48eeebadd Mon Sep 17 00:00:00 2001 From: bonus <1203338439@qq.com> Date: Mon, 8 Sep 2025 20:26:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E4=BF=AE=E9=A2=84=E8=AD=A6=E7=9A=96?= =?UTF-8?q?=E9=80=81=E5=B7=A5=E7=A8=8B=E9=99=90=E5=88=B6=E6=94=BE=E5=BC=80?= 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 215ee281..86555490 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 @@ -201,7 +201,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" left join sys_dept sd ON sd.dept_id = bp.imp_unit where mm.next_check_time is not null and mt.`level` = '4' 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,6012,6761) and mt.jiju_type =2 @@ -235,7 +235,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 mm.next_check_time is not null AND mt.`level`=4 - 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,6012,6761)