廖井涛
2024-07-01 0b8d0ead8e5fc8b2327688e65257834eb8dff37b
north-glass-erp/src/main/java/com/example/erp/controller/userInfo/UserController.java
@@ -30,7 +30,6 @@
    @GetMapping
    public List<User> getUser(){
        System.out.println(cacheUtil.getCacheData("admin"));
        return userMapper.findAll();
    }
    @ApiOperation("登录")