From 8fe091ba27b577ec2ecf8e936636634ffd1404ee Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期二, 25 三月 2025 12:06:21 +0800 Subject: [PATCH] fix:统计bug修复 --- LifePayment/LifePayment.Application/LifePay/StatisticsService.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Application/LifePay/StatisticsService.cs b/LifePayment/LifePayment.Application/LifePay/StatisticsService.cs index 5bcd101..7607355 100644 --- a/LifePayment/LifePayment.Application/LifePay/StatisticsService.cs +++ b/LifePayment/LifePayment.Application/LifePay/StatisticsService.cs @@ -76,7 +76,7 @@ YesterdaySuccess = entity.YesterdaySuccess, YesterdayFail = entity.YesterdayFail, AccumulatedUsers = entity.AccumulatedUsers, - YesterdayActiveUsers = yesterdayActiveUsers + YesterdayActiveUsers = entity.AccumulatedUsers, }; return topStatisticsOutput; } -- Gitblit v1.9.1