Compare commits

...

2 Commits

Author SHA1 Message Date
admin 7e7d22aa14 测试 5 days ago
admin 12fe8306e7 测试 5 days ago
  1. 2
      src/main/java/com/keyware/htey/controller/user/UserController.java

@ -531,7 +531,6 @@ public class UserController {
queryWrapper = queryWrapper.orderByDesc("LOGOUT_TIME"); // 模糊查询
}
AuditLog auditLog = new AuditLog();
//List<User> userList = this.userService.selectLogOutUser(name);
@ -554,5 +553,4 @@ public class UserController {
// 执行分页查询
return userService.page(pageParam, queryWrapper);
}
}

Loading…
Cancel
Save