dengjunjie
2025-02-24 733e63cb362f17aea4a1020654fa348a0d0c1f06
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/ConveyorLineExtend/ConveyorLineExtend.cs
@@ -120,6 +120,7 @@
                {
                    task.ExceptionMessage = content?.Message;
                    _taskService.UpdateData(task);
                    return;
                }
                //if (content.Status)
                //{
@@ -185,7 +186,7 @@
            Dt_Task task = _taskService.QueryExecutingConveyorLineTask(command.Barcode, childDeviceCode);
            if (task != null) _taskService.UpdateTaskStatusToNext(task);
            task = _taskService.QueryCompletedConveyorLineTask(command.TaskNum, childDeviceCode);
            task = _taskService.QueryCompletedConveyorLineTask(command.Barcode, childDeviceCode);
            if (task != null && string.IsNullOrEmpty(task.TargetAddress))
            {
                _taskService.StackerCraneRequestInbound(task);