diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/clz/MaterialMachineMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/clz/MaterialMachineMapper.xml index 9e13a0e1..ffd25a37 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/clz/MaterialMachineMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/clz/MaterialMachineMapper.xml @@ -798,7 +798,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" AND sai.is_slt = '0' AND mm.ma_status = 2 AND sai.ma_id IS NOT NULL - AND mt2.type_id not in (6032,6008,6270,6012,6761) + AND mt2.type_id not in (6032,6008,6270) AND bp.pro_id not in (3414,1192,3321,3595) AND mm.this_check_time is not null AND mm.next_check_time is not null diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/expectations/ExpectationsMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/expectations/ExpectationsMapper.xml index 8c783cbb..c68bbd71 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/expectations/ExpectationsMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/expectations/ExpectationsMapper.xml @@ -51,7 +51,7 @@ LEFT JOIN ma_type mt2 ON mt.parent_id = mt2.type_id WHERE mm.ma_status = #{useStatus} AND mm.next_check_time < DATE_ADD(CURDATE(), INTERVAL 30 DAY) - AND mt2.type_id not in (6032,6008,6270,6012,6761) + AND mt2.type_id not in (6032,6008,6270) GROUP BY name;