src/main/java/com/moral/service/impl/MonitorPointServiceImpl.java
@@ -349,4 +349,13 @@ return result.values(); } @Override public void isCompensateCalculation(Map<String, Object> parameters) { MonitorPoint monitorPoint = monitorPointMapper.selectByPrimaryKey(Integer.valueOf(parameters.get("monitorPointId").toString())); if (Integer.valueOf(320581).equals(monitorPoint.getAreaCode())) { parameters.put("compensate", true); } } }