|  |  | 
 |  |  | using System.Linq; | 
 |  |  | using System.Text; | 
 |  |  | using System.Threading.Tasks; | 
 |  |  | using WIDESEAWCS_Core.Helper; | 
 |  |  | using WIDESEAWCS_ITaskInfoRepository; | 
 |  |  | using WIDESEAWCS_Model.Models; | 
 |  |  | using WIDESEAWCS_QuartzJob; | 
 |  |  | 
 |  |  |                 } | 
 |  |  |                 var log = $"【{conveyorLine.DeviceName}】任务号:【{command.TaskNum}】,托盘条码:【{command.Barcode}】已到达【{station.stationChildCode}】【{station.stationRemark}】异常口请求扫码入库"; | 
 |  |  |                 await _commonConveyorLineJob.LogAndWarn(conveyorLine.DeviceName, log); | 
 |  |  |  | 
 |  |  |                 if(command.Barcode != "NoRead" && command.Barcode.IsNotEmptyOrNull()) | 
 |  |  |                 { | 
 |  |  |                     await _commonConveyorLineJob.HandleNewTaskAsync(conveyorLine, command, station.stationChildCode, 0); | 
 |  |  |                 } | 
 |  |  |                 await _commonConveyorLineJob.HandleNewTaskAsync(conveyorLine, command, station.stationChildCode, 0); | 
 |  |  |             } | 
 |  |  |             else | 
 |  |  |             { |