1
yangpeixing
2026-04-01 67d4e9ca4267049cc67cff15828080d2d5dfce0b
WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/TaskController.cs
@@ -206,14 +206,14 @@
                }
                if (task.TaskState == TaskStatusEnum.RGV_Executing.ObjToInt())
                {
                    if (task.TaskType >= TaskTypeEnum.Outbound.ObjToInt() && task.TaskType <= TaskTypeEnum.Inbound.ObjToInt())
                    {
                        _taskService.UpdateTask(task, TaskStatusEnum.RGV_Execute);
                    }
                    else if (task.TaskType >= TaskTypeEnum.Inbound.ObjToInt())
                    if (task.TaskType >= TaskTypeEnum.Inbound.ObjToInt())
                    {
                        _taskService.UpdateTask(task, TaskStatusEnum.RGV_NEW);
                    }
                    else if (task.TaskType >= TaskTypeEnum.Outbound.ObjToInt() && task.TaskType < TaskTypeEnum.Inbound.ObjToInt())
                    {
                        _taskService.UpdateTask(task, TaskStatusEnum.RGV_Execute);
                    }
                }
                else
                {