zhengyuxuan
2025-03-31 49443b378f22db7b949fee75267571ef19e2556a
LifePayment/LifePayment.Application/User/UserRoleService.cs
@@ -62,7 +62,7 @@
                           from c in _channleRepository.Where(s => s.ChannlesNum == uc.ChannleId)
                        select new UserChannleDto
                        {
                            Id = c.ChannlesNum,
                            Id = c.Id,
                            Name = c.ChannlesName,
                        },
                Remark = u.Remark,