From 5a6d5ce0fd95b0e02cbf6309941d43bdd51ec3bd Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期二, 25 三月 2025 15:04:36 +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 b13c9ac..71ecbce 100644
--- a/LifePayment/LifePayment.Application/LifePay/StatisticsService.cs
+++ b/LifePayment/LifePayment.Application/LifePay/StatisticsService.cs
@@ -56,6 +56,7 @@
                     CreationTime = DateTime.Now,
                     Amount = 0,
                     AccumulatedReceipts = accumulatedReceipts,
+                    AccumulatedIncome = accumulatedIncome,
                     ReceiptsYesterday = receiptsYesterday,
                     AccumulatedOrders = accumulatedOrders,
                     OrdersNumYesterday = ordersNumYesterday,
@@ -70,6 +71,7 @@
                 {
                     Amount = entity.Amount,
                     AccumulatedReceipts = entity.AccumulatedReceipts,
+                    AccumulatedIncome = entity.AccumulatedIncome,
                     ReceiptsYesterday = entity.ReceiptsYesterday,
                     AccumulatedOrders = entity.AccumulatedOrders,
                     OrdersNumYesterday = entity.OrdersNumYesterday,

--
Gitblit v1.9.1