沈斌
2018-01-30 e81c5152ca27f66f264b30f2d36fd4082689ac79
src/main/java/com/moral/service/impl/DeviceServiceImpl.java
@@ -151,5 +151,12 @@
      }
   }
   @Override
   public List<Device> getDevicesByMonitorPointId(Integer monitorPointId) {
      Device device = new Device();
      device.setMonitorPointId(monitorPointId);
      device.setIsDelete(Constants.IS_DELETE_FALSE);
      return deviceMapper.select(device);
   }
}