zhengyuxuan
2025-04-02 2b6e63ae8a4af6f612e431c57d2f2f08fb9b9135
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,