From 552e3ff7d07cc47c5cf31bb8e5291264956f6e49 Mon Sep 17 00:00:00 2001 From: bonus <1203338439@qq.com> Date: Wed, 24 Sep 2025 21:06:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=AD=A6=E6=8E=A5=E5=8F=A3=E5=BC=80?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/warningAnalysis/UseMaintenanceWarningMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 019096a0..14f82ce4 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 @@ -34,6 +34,7 @@ WHERE mm.ma_status='2' and sai.is_slt = 0 and mt2.type_id not in (6032,6008,6270,6012,6761) + and bp.external_id in("2093dba755b7427bb6621e408bf7fadb","4ba1b9739ea74cfc85f50f2b12e35872") and bp.pro_name is not null AND mm.next_check_time BETWEEN CURDATE() AND DATE_ADD(CURDATE(), INTERVAL 1 MONTH) @@ -103,7 +104,7 @@ 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 bp.external_id in("2093dba755b7427bb6621e408bf7fadb","4ba1b9739ea74cfc85f50f2b12e35872") AND mt.jiju_type =2 AND mm.next_check_time BETWEEN CURDATE() AND DATE_ADD(CURDATE(), INTERVAL 1 MONTH) ) res