LifePayment/LifePayment.Application/User/UserRoleService.cs
@@ -53,10 +53,10 @@ Name = r.Name, }, Channles = from uc in u.UserChannle from c in _channleRepository.Where(s => s.Id == uc.ChannleId) from c in _channleRepository.Where(s => s.ChannlesNum == uc.ChannleId) select new UserChannleDto { Id = c.Id, Id = c.ChannlesNum, Name = c.ChannlesName, }, Remark = u.Remark,