1
wangxinhui
2024-12-29 81048d45aac98a92c75c0c8ee28f478026b2d61e
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs
@@ -161,6 +161,7 @@
                    if (string.IsNullOrEmpty(item.AGVArea))
                    {
                        task.AgvTaskNum = "AGV-" + item.TaskNum;
                        Dt_StationManger stationManger = _stationMangerRepository.QueryFirst(x => x.StationCode == item.SourceAddress || x.StackerCraneCode == item.RoadWay);
                        if (stationManger == null)
                        {