zhengyuxuan
2025-04-01 5e918c353d039a75f552f4eb0cc251e96ef809ab
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,