| | |
| | | { |
| | | task.ExceptionMessage = content?.Message; |
| | | _taskService.UpdateData(task); |
| | | return; |
| | | } |
| | | //if (content.Status) |
| | | //{ |
| | |
| | | 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); |