ZhuDongming
2019-11-13 1707b3025ef72864abb7ef7e7cd844bd9b27f171
src/main/java/com/moral/controller/ScreenController.java
@@ -1215,6 +1215,9 @@
        if (MapUtils.isEmpty(getPollutionSourceData)) {
            getPollutionSourceData = historyHourlyService.getPollutionSourceDataAll(parameters);
        }
        if (MapUtils.isEmpty(getPollutionSourceData)) {
            getPollutionSourceData = new HashMap<>();
        }
        String mac = parameters.get("mac").toString();
        Device device = deviceService.getDeviceByMac(mac, false);
        JSONObject params = new JSONObject();