项目代码/WMS/WMSServices/WIDESEA_TaskInfoService/TaskService.cs
@@ -123,6 +123,10 @@ { try { if (tasks==null || tasks.Count == 0) { return WebResponseContent.Instance.Error($"浼犲叆浠诲姟涓虹┖"); } List<WMSTaskDTO> taskDTOs = _mapper.Map<List<WMSTaskDTO>>(tasks); taskDTOs.ForEach(x => {