From a77872c68199bf8c2a0bd3ab3124729ea3bcdf92 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 9 Jan 2026 14:37:28 +0800 Subject: [PATCH] =?UTF-8?q?teamBill=E9=A1=B5=E9=9D=A2=20billTitle=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E8=A7=A3=E6=9E=90=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/other/app/command/team/query/TeamBillQryExe.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/query/TeamBillQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/query/TeamBillQryExe.java index 126d574d..1807acb6 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/query/TeamBillQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/query/TeamBillQryExe.java @@ -134,7 +134,8 @@ public class TeamBillQryExe { // 转换为账单CO对象 TeamBillCO teamBillCO = teamAppConvertor.toTeamBillCO(teamBillCycle); - + teamBillCO.setBillTitle(TeamBillCycleUtils.parseBillBelongToDateRangeStr(teamBillCO.getBillBelong())); + // 设置累计的成员结算结果 if (!CollectionUtils.isEmpty(memberTargetList)) { List settlementResults = memberTargetList.stream()