From 334bde0d33e6af4947df3d1824d4b19148a0fd34 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Fri, 5 Dec 2025 17:41:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/material/settlement/SltAgreementInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/settlement/SltAgreementInfoMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/settlement/SltAgreementInfoMapper.xml index 110c3bef..6baaf243 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/settlement/SltAgreementInfoMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/settlement/SltAgreementInfoMapper.xml @@ -1957,7 +1957,7 @@ FROM bm_agreement_info bai - + LEFT JOIN bm_unit bu on bai.unit_id = bu.unit_id where bai.project_id = #{projectId} and bai.project_unit_id = #{unitId} AND bu.type_id =1731