Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs
@@ -503,6 +503,15 @@ BaseDal.DeleteData(task); _taskHtyRepository.AddData(task_Hty); } if (task.TaskState == (int)TaskOutStatusEnum.SC_OutFinish) { Dt_Task? tasks = UpdatePosition(task.TaskNum, task.CurrentAddress); if (tasks != null) { task.CurrentAddress = tasks.CurrentAddress; task.NextAddress = tasks.NextAddress; } } } else if (task.TaskType.GetTaskTypeGroup() == TaskTypeGroup.InboundGroup) {