From 8273fc06c898c83c748d9b155a8c330a78149e42 Mon Sep 17 00:00:00 2001 From: xusc Date: Tue, 2 Apr 2024 16:17:56 +0800 Subject: [PATCH] .. --- .../Service/分页选择器/PageSelectFormAppService.cs | 2 +- src/vue/public/assets/appconfig.dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/aspnet-core/ICS.Application/Business/Service/分页选择器/PageSelectFormAppService.cs b/src/aspnet-core/ICS.Application/Business/Service/分页选择器/PageSelectFormAppService.cs index 8908b53..0c5870a 100644 --- a/src/aspnet-core/ICS.Application/Business/Service/分页选择器/PageSelectFormAppService.cs +++ b/src/aspnet-core/ICS.Application/Business/Service/分页选择器/PageSelectFormAppService.cs @@ -91,7 +91,7 @@ namespace ICS.Application.Business.Service var query = from a in _userRepository.GetAll() .Where(x => !subquery.Contains(x.Id)) - .Where(x => x.UserName != "admin") + .Where(x => x.UserName != "admin"&& !x.UserName.Contains("Admin")) select new UserDto { Id = a.Id, diff --git a/src/vue/public/assets/appconfig.dev.json b/src/vue/public/assets/appconfig.dev.json index 4ab1f40..58c0897 100644 --- a/src/vue/public/assets/appconfig.dev.json +++ b/src/vue/public/assets/appconfig.dev.json @@ -1,5 +1,5 @@ { - "remoteServiceBaseUrl": "http://172.16.21.29:6698", + "remoteServiceBaseUrl": "http://localhost:6698", "uploadApiUrl": "/api/File/Upload", "portalBaseUrl": "http://localhost:38772", "localeMappings": [