ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/PartialTaskService_StackCrane.cs
@@ -17,6 +17,20 @@ public partial class TaskService { public WebResponseContent ToWMSCompletedTask(Dt_Task task) { WebResponseContent content = new WebResponseContent(); try { WMSTaskDTO WMStask = _mapper.Map<WMSTaskDTO>(task); HttpHelper.PostAsync(WMSInterfaceAddress.UpdateTaskStatus, WMStask.ToJson(), headers: new Dictionary<string, string>()); return content.OK(); } catch (Exception ex) { return WebResponseContent.Instance.Error(ex.Message); } } /// <summary> /// å åæºä»»å¡å®æ /// </summary>