From 92f116a835c418182386d22d00f7230168ab2bf3 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期二, 25 三月 2025 15:13:36 +0800 Subject: [PATCH] fix:统计 --- 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 71ecbce..86e868f 100644 --- a/LifePayment/LifePayment.Application/LifePay/StatisticsService.cs +++ b/LifePayment/LifePayment.Application/LifePay/StatisticsService.cs @@ -78,7 +78,7 @@ YesterdaySuccess = entity.YesterdaySuccess, YesterdayFail = entity.YesterdayFail, AccumulatedUsers = entity.AccumulatedUsers, - YesterdayActiveUsers = entity.AccumulatedUsers, + YesterdayActiveUsers = entity.YesterdayActiveUsers, }; return topStatisticsOutput; } -- Gitblit v1.9.1