wanshenmean
2026-04-06 b1f5b17a608d3d9c06ce216c7e1effc5edcc7b74
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
            {