src/main/java/com/moral/controller/ScreenController.java | ●●●●● patch | view | raw | blame | history | |
src/main/webapp/view/unorganizedMap.jsp | ●●●●● patch | view | raw | blame | history |
src/main/java/com/moral/controller/ScreenController.java
@@ -1856,8 +1856,6 @@ String YearAndDay = time.substring(0, time.lastIndexOf("-")); String Hour = time.substring(time.lastIndexOf("-") + 1); String Time = YearAndDay + " " + Hour + ":00:00"; int monitPointId=Integer.parseInt(monitPointIdS); //获取公司信息 JSONObject params=monitorPointService.getMonitorPointById(monitPointId,Time,3,sensor); src/main/webapp/view/unorganizedMap.jsp
@@ -17,8 +17,8 @@ } #box { width:300px; height:500px; top:80px; height:400px; top:520px; right:30px; position:absolute; z-index:1;