kaiyu
2021-06-23 5981f3413b9db0dea9ef7b5e33fd39d214ebb636
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();
    }
}