| | |
| | | }
|
| | |
|
| | | @Override
|
| | | public List<MonitorPoint> getMonitorPointsByOrganizationIds(Set<Integer> orgIds) {
|
| | | return monitorPointMapper.getMonitorPointsByOrganizationIds(orgIds);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public List<MonitorPoint> getMonitorPointsByRegion(Map<String, Object> parameters) {
|
| | | Example example = new Example(MonitorPoint.class);
|
| | | Criteria criteria = example.createCriteria();
|
| | |
| | | return monitorPointMapper.byIdGetMonitorPoint(id);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public String getOrgIdByMac(String mac) {
|
| | | return monitorPointMapper.getOrgIdByMac(mac);
|
| | | }
|
| | |
|
| | |
|
| | | }
|