diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 0bc26ba76..33d9b0d87 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -2825,7 +2825,7 @@
-
+
获取用户列表
diff --git a/IRaCIS.Core.Application/Service/Management/Interface/IUserService.cs b/IRaCIS.Core.Application/Service/Management/Interface/IUserService.cs
index f3a745821..09ef1af63 100644
--- a/IRaCIS.Core.Application/Service/Management/Interface/IUserService.cs
+++ b/IRaCIS.Core.Application/Service/Management/Interface/IUserService.cs
@@ -9,7 +9,7 @@ namespace IRaCIS.Core.Application.Service
Task> AddUser(UserCommand userAddModel);
//Task DeleteUser(Guid userId);
//Task GetUser(Guid id);
- Task> GetUserList(UserListQueryDTO param);
+ //Task> GetUserList(UserListQueryDTO param);
//Task> Login(string userName, string password);
Task VerifyMFACodeAsync(string Code);