From 6b7fc647455d66df2ee33f059860479bf8498a8f Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期二, 25 三月 2025 16:46:51 +0800 Subject: [PATCH] fix:统计 --- 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