update 8.21

This commit is contained in:
2025-08-22 17:30:36 +08:00
parent b209fd40b4
commit c5dbd3f133

View File

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