jinpengyong
2021-06-24 06b00a178d194d33370e44410c4f04a4164f86c7
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();
    }
}