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()