yanjinhui
2026-03-10 07d83d2d583f96ddd7df98bbb202c98f3b073cd4
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/KLSTaskMethods.cs
@@ -119,7 +119,15 @@
        #region 6 瑁佸壀閫佽揣
        public WebResponseContent CJCarryTaske(TaskDTO taskDTO, int taskType)
        {
            return WebResponseContent.Instance.OK();
            try
            {
                return WebResponseContent.Instance.OK();
            }
            catch (Exception ex)
            {
                throw new Exception(ex.Message);
            }
        }
        #endregion
    }