zhengyiming
5 天以前 83b72e32a89988dd721ef7bc8ea673751092fb4a
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;