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 fed70b9d..110c3bef 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
@@ -358,6 +358,7 @@
and mt.jiju_type = #{settlementType}
+ GROUP BY sai.id
) res
GROUP BY res.unitName,res.typeId,res.startTime,res.endTime
ORDER BY res.unitName
@@ -482,6 +483,7 @@
and mt.jiju_type = #{settlementType}
+ GROUP BY sai.id
) res
GROUP BY res.unitName,res.typeId
ORDER BY
@@ -1283,40 +1285,40 @@