LifePayment/LifePayment.Application/LifePay/StatisticsService.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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; }