kaiyu
2021-06-28 6bdf0e83906004b11558b8f6a72643d7837c7afb
screen-manage/src/main/java/com/moral/api/controller/TestController.java
@@ -182,9 +182,4 @@
        writer.close();
        fis.close();
    }
    @GetMapping("testCacheUtils")
    public void testCacheUtils(){
        CacheUtils.flushDeviceAlarmUnit();
    }
}