src/main/java/com/yssh/service/WarningAnalyseService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/yssh/service/WarningAnalyseService.java
@@ -71,10 +71,11 @@ List<Qxsh> list = CacheUtils.getListByKey(key); if (null == list) { list = qxshMapper.selectAlarmByBeginAndEnd(start, end); copeHasSuYuan(list); CacheUtils.putListByKey(key, list); } return copeHasSuYuan(list); return list; } /** @@ -86,10 +87,11 @@ List<Qxsh> list = CacheUtils.getListByKey(key); if (null == list) { list = qxshMapper.selectWarnByBeginAndEnd(start, end); copeHasSuYuan(list); CacheUtils.putListByKey(key, list); } return copeHasSuYuan(list); return list; } /**