zhengyuxuan
2025-03-25 8fe091ba27b577ec2ecf8e936636634ffd1404ee
fix:统计bug修复
1个文件已修改
2 ■■■ 已修改文件
LifePayment/LifePayment.Application/LifePay/StatisticsService.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
            }