zhengyuxuan
2025-03-21 57fb27ac6874642d190533df66aa087c6ec94813
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;
        }
    }