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