|  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 处理新任务 | 
 |  |  |         /// </summary> | 
 |  |  |         private async void HandleNewTask(CommonConveyorLine conveyorLine, ConveyorLineTaskCommand command, string childDeviceCode, int ProtocalDetailValue) | 
 |  |  |         private async Task HandleNewTaskAsync(CommonConveyorLine conveyorLine, ConveyorLineTaskCommand command, string childDeviceCode, int ProtocalDetailValue) | 
 |  |  |         { | 
 |  |  |             var stationManager = _stationManagerRepository.QueryFirst(x => x.stationChildCode == childDeviceCode && x.stationPLC == conveyorLine.DeviceCode); | 
 |  |  |  | 
 |  |  | 
 |  |  |         /// </summary> | 
 |  |  |         private async Task RequestWmsTask(CommonConveyorLine conveyorLine, ConveyorLineTaskCommand command, string childDeviceCode, int ProtocalDetailValue) | 
 |  |  |         { | 
 |  |  |  | 
 |  |  |             var content = await _taskService.RequestWMSTask(command.Barcode, childDeviceCode); | 
 |  |  |             if (content.Status) | 
 |  |  |             { | 
 |  |  | 
 |  |  |                 { | 
 |  |  |                     if (task.SourceAddress == "1059-4") | 
 |  |  |                     { | 
 |  |  |  | 
 |  |  |                         //conveyorLine.SetValue(ConveyorLineDBName.ConveyorLineTargetAddress, "1000", childDeviceCode); | 
 |  |  |  | 
 |  |  |                         ConsoleHelper.WriteWarningLine($"【{conveyorLine._deviceName}】任务号:【{task.TaskNum}】,托盘条码:【{task.PalletCode}】已到达【{childDeviceCode}】请求扫码入库(实盘),下一目标地址【{1000}】"); |