huangxiaoqiang
2 天以前 32b3c74fa310ee5533693054a3891d133b2a338a
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob_CW/CWTask/RequestInbound.cs
@@ -252,7 +252,7 @@
                if (command.ConveyorLineBarcode.IsNullOrEmpty()) return;
                var content = await _taskService.RequestWMSTask(command.ConveyorLineBarcode, childDeviceCode);
                ConsoleHelper.WriteInfoLine($"请求WMS任务接口返回:{content.ToJsonString()}");
                if (content.Status)
                {
                    var task = _taskService.QueryBarCodeConveyorLineTask(command.ConveyorLineBarcode, childDeviceCode);