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