huangxiaoqiang
2025-07-22 b2feeabc23454a2c9e161aa3b26d0edf938e55bd
CodeManagement/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/Partial/TaskService.cs
@@ -431,7 +431,7 @@
                            }
                        }
                    }
                    else if (task.TaskType == (int)TaskOutboundTypeEnum.InToOut)
                    else if (task.TaskType == (int)TaskOutboundTypeEnum.InToOut&& taskDTO.RoadWay.Contains("CW"))
                    {
                        var stationinfo = _stationManagerRepository.QueryFirst(x => x.stationPLC == "1006" && x.stationType == 10 && x.Roadway == taskDTO.RoadWay);
                        task.TaskState = (int)TaskOutStatusEnum.OutNew;