kaiyu
2021-06-24 60869e5b6aa78421766d4bd781f30ad2f4032999
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();
    }
}