main
admin 5 days ago
parent 12fe8306e7
commit 7e7d22aa14
  1. 1
      src/main/java/com/keyware/htey/controller/user/UserController.java

@ -531,7 +531,6 @@ public class UserController {
queryWrapper = queryWrapper.orderByDesc("LOGOUT_TIME"); // 模糊查询 queryWrapper = queryWrapper.orderByDesc("LOGOUT_TIME"); // 模糊查询
} }
AuditLog auditLog = new AuditLog(); AuditLog auditLog = new AuditLog();
//List<User> userList = this.userService.selectLogOutUser(name); //List<User> userList = this.userService.selectLogOutUser(name);

Loading…
Cancel
Save