代码管理/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/6c50baee-3bfb-4ddc-bce2-3d1ecfe9273b.vsidxBinary files differ
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs
@@ -152,7 +152,6 @@ } Dt_Task task = _mapper.Map<Dt_Task>(item); task.Creater = "WMS"; task.AgvTaskNum = "AGV-" + item.TaskNum; task.TaskState = (int)TaskStatusEnum.New; task.CurrentAddress = item.SourceAddress; @@ -162,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) {