燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2024-03-27 792a4b29919afac06e7f9b63873882364ae790f7
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;
    }
    /**