zhengyiming
2025-03-31 992a7f9c6d28587eabe1314df64668e657b46faf
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;