LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -120,8 +120,9 @@ YesterdayFail = yesterdayFail.ToString(), AccumulatedUsers = accumulatedUsers.ToString(), }; return new TopStatisticsOutput(); await _dallyStatisticsRepository.InsertAsync(entity); var result = ObjectMapper.Map<DallyStatistics, TopStatisticsOutput>(entity); return result; } else {