zhengyuxuan
2025-03-27 0497d15d3b0341cb4ab99142a25463620229fcf3
LifePayment/LifePayment.Application/LifePay/LifePayOrderService.cs
@@ -50,10 +50,11 @@
            return list;
        }
        //public async Task GetTotalLifePayRechargeReceipts()
        //{
        //}
        public async Task<decimal> GetTotalLifePayRechargeReceipts()
        {
            var result = await _lifePayRechargeReceiptsRepository.Where(x => x.IsDeleted == false).SumAsync(x => x.RechargeAmount);
            return result;
        }
        /// <summary>
        /// 编辑充值流水