From 513447b89e2226967a70f3fa51e401932d2c1ffa Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Thu, 21 Aug 2025 12:14:47 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/material/common/SelectMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}