Administrator
2026-04-25 3f797dd834a2de283cf5eff2ff1124e5a0ccb233
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) {