diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/common/SelectMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/common/SelectMapper.xml index 02f39ee4..bdbd6c88 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/common/SelectMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/common/SelectMapper.xml @@ -429,7 +429,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" LEFT JOIN ma_type mt1 ON mt.parent_id = mt1.type_id and mt1.del_flag = '0' LEFT JOIN ma_type_repair mtr ON mt.type_id = mtr.type_id WHERE - sai.agreement_id = #{agreementId} AND sai.STATUS = '0' + sai.agreement_id = #{agreementId} AND sai.STATUS = '0' and sai.is_slt = 0 and mt.manage_type = '1' and mtr.user_id = #{userId}