update 8.21

This commit is contained in:
2025-08-22 17:32:16 +08:00
parent c5dbd3f133
commit c1fcf476bd

View File

@ -37,7 +37,6 @@ public class UserController {
@GetMapping("/queryAll")
public List<User> queryAll() {
System.out.println("查询所有");
return userMapper.selectAll();
}