From 5c3f745cc2a9104e831115a4949e8543373f6105 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 25 三月 2025 18:23:13 +0800
Subject: [PATCH] merge

---
 LifePayment/LifePayment.Application/LifePay/StatisticsService.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Application/LifePay/StatisticsService.cs b/LifePayment/LifePayment.Application/LifePay/StatisticsService.cs
index ca94f3c..02d873c 100644
--- a/LifePayment/LifePayment.Application/LifePay/StatisticsService.cs
+++ b/LifePayment/LifePayment.Application/LifePay/StatisticsService.cs
@@ -98,12 +98,14 @@
                 {
                     Amount = statistics.Amount,
                     AccumulatedReceipts = statistics.AccumulatedReceipts,
+                    AccumulatedIncome = statistics.AccumulatedIncome,
                     ReceiptsYesterday = statistics.ReceiptsYesterday,
                     AccumulatedOrders = statistics.AccumulatedOrders,
                     OrdersNumYesterday = statistics.OrdersNumYesterday,
                     YesterdaySuccess = statistics.YesterdaySuccess,
                     YesterdayFail = statistics.YesterdayFail,
                     AccumulatedUsers = statistics.AccumulatedUsers,
+                    YesterdayActiveUsers = statistics.YesterdayActiveUsers,
                 };
                 return topStatisticsOutput;
             }

--
Gitblit v1.9.1