wanshenmean
2 天以前 8c3a3fd584e38e72bfb321ab70bfcfc2ab0a4e2e
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/TaskEnum/TaskEnumHelper.cs
@@ -46,6 +46,10 @@
            {
                return TaskTypeGroup.OtherGroup;
            }
            else if(!int.TryParse(Enum.Parse<RobotTaskTypeEnum>(taskTypeStr).ToString(), out result))
            {
                return TaskTypeGroup.OtherGroup;
            }
            // 如果以上转换都不成功,抛出NotImplementedException异常
            else
            {