于紫祥_1901
2020-07-01 502be4ed1f1e4fbd80f9be89009fe97a0b5fffd7
update(无组织排放)
2 files modified
6 ■■■■■ changed files
src/main/java/com/moral/controller/ScreenController.java 2 ●●●●● patch | view | raw | blame | history
src/main/webapp/view/unorganizedMap.jsp 4 ●●●● 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;