kaiyu
2020-12-02 dcf1385a88fdf517e2cc60b50ea2e0a30e5652ca
src/main/java/com/moral/service/MonitorPointService.java
@@ -3,6 +3,7 @@
import java.util.Collection;
import java.util.List;
import java.util.Map;
import java.util.Set;
import com.alibaba.fastjson.JSONObject;
import com.moral.common.bean.PageBean;
@@ -31,8 +32,12 @@
    List<MonitorPoint> getMonitorPointsByOrganizationId(Integer orgId);
    List<MonitorPoint> getMonitorPointsByOrganizationIds(Set<Integer> orgIds);
   List<MonitorPoint> getMonitorPointsByRegion(Map<String, Object> parameters);
    List<MonitorPoint> getMonitorPointsAndDevicesByRegionNew(Map<String, Object> parameters);
    List<Integer> queryVersionsById(Integer id);
    MonitorPoint queryMonitorPointById(Integer mpointId);