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