src/main/java/com/zy/asrs/controller/OpenController.java
@@ -235,8 +235,7 @@ // 获取输送站点数据 List<StationProtocol> stationProtocols = new ArrayList<>(); List<DeviceConfig> devpList = deviceConfigService.selectList(new EntityWrapper<DeviceConfig>() .eq("device_type", String.valueOf(SlaveType.Devp)) ); .eq("device_type", String.valueOf(SlaveType.Devp))); for (DeviceConfig device : devpList) { StationThread stationThread = (StationThread) SlaveConnection.get(SlaveType.Devp, device.getDeviceNo()); if (stationThread == null) {