zhengyuxuan
2025-03-31 1447caa6b184ee1e80970740e30fa970c3d08a78
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;