zhengyuxuan
2025-03-31 71c956500ae05255428e4e5b2787df8e07d11647
LifePayment/LifePayment.Application/User/AccountService.cs
@@ -108,6 +108,7 @@
            BackClientUserInfoOutput result = new BackClientUserInfoOutput()
            {
                IsBackClientUser = CurrentUser.ClientId == Constant.ClientType.Back,
                IsSystem = CurrentUser.IsSystem,
                ChannleList = channleList
            };
            return result;