zhengyiming
23 小时以前 7a540f529d2c9a541993bc9818cad9c9093fec91
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;