LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs
@@ -249,7 +249,7 @@ /// <summary> /// 渠道Id /// </summary> public string Id { get; set; } public Guid Id { get; set; } /// <summary> /// 渠道名 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,