From b86eedf81aa1b81fb9128a5dcf72870018317808 Mon Sep 17 00:00:00 2001 From: mashuai Date: Tue, 27 Jan 2026 17:26:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/material/common/SelectMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 f2984ac1..9ac5edf2 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 @@ -1462,7 +1462,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" bm_project bmp LEFT JOIN sys_dept sd ON sd.dept_id = bmp.imp_unit LEFT JOIN bm_agreement_info bai ON bai.project_id = bmp.pro_id - AND bai.`status` = '1' + AND bai.`status` = '1' and bai.is_slt = '0' LEFT JOIN bm_unit bu ON bu.unit_id = bai.unit_id AND bu.del_flag = '0' WHERE @@ -1488,7 +1488,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" sys_dept sd LEFT JOIN bm_project bmp ON sd.dept_id = bmp.imp_unit LEFT JOIN bm_agreement_info bai ON bai.project_id = bmp.pro_id - AND bai.`status` = '1' + AND bai.`status` = '1' and bai.is_slt = '0' LEFT JOIN bm_unit bu ON bu.unit_id = bai.unit_id WHERE bmp.pro_id IS NOT NULL