liusheng
2024-05-16 e4be2c5217419ffc959efbab04f5692af150f538
ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/CacheController.java
@@ -27,7 +27,7 @@
    @Autowired
    private RedisTemplate<String, String> redisTemplate;
    @PreAuthorize("@ss.hasPermi('monitor:cache:list')")
    // @PreAuthorize("@ss.hasPermi('monitor:cache:list')")
    @GetMapping()
    public AjaxResult getInfo() throws Exception
    {