|
|
@ -532,7 +532,6 @@ public class UserController { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
AuditLog auditLog = new AuditLog(); |
|
|
|
AuditLog auditLog = new AuditLog(); |
|
|
|
|
|
|
|
|
|
|
|
//List<User> userList = this.userService.selectLogOutUser(name);
|
|
|
|
//List<User> userList = this.userService.selectLogOutUser(name);
|
|
|
|
//int startIndex = (pageNum - 1) * pageSize;
|
|
|
|
//int startIndex = (pageNum - 1) * pageSize;
|
|
|
|
//int endIndex = Math.min(startIndex + pageSize, userList.size());
|
|
|
|
//int endIndex = Math.min(startIndex + pageSize, userList.size());
|
|
|
|