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