From fed0467d2ae3834a0dc80792a1260117ba32da59 Mon Sep 17 00:00:00 2001 From: bonus <1203338439@qq.com> Date: Thu, 4 Dec 2025 12:18:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E6=98=8E=E7=BB=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../settlement/SltAgreementInfoMapper.xml | 139 +++++++++--------- 1 file changed, 71 insertions(+), 68 deletions(-) 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 @@