1
yangpeixing
2026-04-01 67d4e9ca4267049cc67cff15828080d2d5dfce0b
1

1
已修改1个文件
10 ■■■■ 文件已修改
WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/TaskController.cs 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
                {