From 7266486e5ee93eea245dd81bd1bb2c55a66d0453 Mon Sep 17 00:00:00 2001 From: bonus <1203338439@qq.com> Date: Wed, 24 Sep 2025 21:02:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=AD=A6=E5=86=85=E5=AE=B9=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/warningAnalysis/UseMaintenanceWarningMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/warningAnalysis/UseMaintenanceWarningMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/warningAnalysis/UseMaintenanceWarningMapper.xml index d8d9a6a3..019096a0 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/warningAnalysis/UseMaintenanceWarningMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/warningAnalysis/UseMaintenanceWarningMapper.xml @@ -33,6 +33,7 @@ LEFT JOIN sys_dept sd on sd.dept_id = bp.imp_unit WHERE mm.ma_status='2' and sai.is_slt = 0 + and mt2.type_id not in (6032,6008,6270,6012,6761) and bp.pro_name is not null AND mm.next_check_time BETWEEN CURDATE() AND DATE_ADD(CURDATE(), INTERVAL 1 MONTH) @@ -101,6 +102,7 @@ WHERE sai.`status` = 0 and sai.is_slt = 0 and mm.ma_status='2' + and mt2.type_id not in (6032,6008,6270,6012,6761) and bp.external_id is not null AND mt.jiju_type =2 AND mm.next_check_time BETWEEN CURDATE() AND DATE_ADD(CURDATE(), INTERVAL 1 MONTH)