代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/KLSTaskMethods.cs
@@ -365,14 +365,16 @@ TargetAddress = taskDTO.toLocationCode, Creater = "WMS", }; content = SendHIKROBOTTask(dt_Task); if (!content.Status) throw new Exception(content.Message); dt_Task.Dispatchertime = DateTime.Now; BaseDal.AddData(dt_Task); return content.OK(data: new { taskCode = taskDTO.taskCode, Message = "鎴愬姛" }); } catch (Exception ex) { content.Error(ex.Message); } return content;