springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/BigScreenStatisticsServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/BigScreenStatisticsServiceImpl.java
@@ -267,6 +267,14 @@ statisticsVO.setVillageStatisticsList(villageStatisticsList); // 查询社区事件列表 List<EventGridIncidentStatisticsVO> gridIncidentList = comMngPopulationDAO.getGridsGovernanceEventList(communityId); if (!gridIncidentList.isEmpty()) { gridIncidentList.forEach(e -> { if (e.getEventType().equals(2)) { String[] lngLatString = e.getLatLng().split(","); e.setLatLng(lngLatString[1] + "," + lngLatString[0]); } }); } statisticsVO.setGridIncidentList(gridIncidentList); //事件分析新增折线数据 Date nowDate = new Date();