zhengyiming
8 小时以前 668b5b05d80d2a02d7fe9293de08c1cd02ac67e5
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;