From e0fa26d38be08a858d2ca979cd0e0bec22f14dc3 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Tue, 16 Dec 2025 15:23:44 +0800 Subject: [PATCH] =?UTF-8?q?teamBill=20=E8=B4=A6=E5=8D=95=E4=B8=BA5?= =?UTF-8?q?=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../red/circle/other/app/command/team/query/TeamBillQryExe.java | 2 +- 1 file changed, 1 insertion(+), 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 f3558e56..126d574d 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 @@ -91,7 +91,7 @@ public class TeamBillQryExe { */ public List executeAgent(AppIdLongCmd cmd) { - List teamBillCycles = teamBillCycleService.listLatestBill(cmd.getId(), 2); + List teamBillCycles = teamBillCycleService.listLatestBill(cmd.getId(), 5); if (CollectionUtils.isEmpty(teamBillCycles)) { return Lists.newArrayList();