mes-processes/mes-plcSend/src/main/java/com/mes/interaction/vehicle/flow/LoadVehicleInteraction.java
@@ -55,7 +55,7 @@ } DeviceConfig currentDevice = context.getCurrentDevice(); String deviceId = currentDevice.getDeviceId(); String deviceId = String.valueOf(currentDevice.getId()); // 1. 检查车辆状态(如果设备已指定) if (deviceId != null) { @@ -98,7 +98,7 @@ } // 4. 标记车辆为执行中 String selectedDeviceId = selectedDevice.getDeviceId(); String selectedDeviceId = String.valueOf(selectedDevice.getId()); statusManager.updateVehicleStatus( selectedDeviceId, selectedDevice.getDeviceName(),