liusheng
2024-05-16 c678e5fe694f06b023369ca0fc5d2f1cf50f6599
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
    {