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