LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
LifePayment/LifePayment.Application/User/AccountService.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1429,6 +1429,8 @@ /// </summary> public bool IsBackClientUser { get; set; } public string[] Roles { get; set; } public bool IsSystem { get; set; } /// <summary> LifePayment/LifePayment.Application/User/AccountService.cs
@@ -114,6 +114,7 @@ { IsBackClientUser = CurrentUser.ClientId == Constant.ClientType.Back, IsSystem = CurrentUser.IsSystem, Roles = CurrentUser.Roles, ChannleList = channleList }; return result;