项目代码/WCS/WCSServices/WIDESEAWCS_Server/Controllers/AGV/AGVController.cs
@@ -428,7 +428,7 @@ if (device.DeviceCode.Contains("Plate")) { CommonConveyorLine commonConveyorLine = (CommonConveyorLine)device; commonConveyorLine.SetValue(StackPlateDBName.WriteInteractiveSignal, Convert.ToInt16(2), device.DeviceCode); commonConveyorLine.SetValue(StackPlateDBName.WriteInteractiveSignal, Convert.ToInt16(1), device.DeviceCode); return WebResponseContent.Instance.OK(); } else