Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs
@@ -184,7 +184,7 @@ catch (Exception ex) { // 捕获异常并设置返回结果为错误信息 content = WebResponseContent.Instance.Error($"任务接收错误,错误信息:{ex.Message}"); content = WebResponseContent.Instance.Error($"任务接收错误,错误信息:{ex.Message}返回数据行{ex.StackTrace}"); } // 返回结果 return content;