zhengyuxuan
2025-03-31 0dfdacf054c5d9539a12da3f97402b1cf45ffb77
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;