chenlu
2024-06-27 4228413fb94652826d623f991775d78e3cf0eb29
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("登录")