From 32b3c74fa310ee5533693054a3891d133b2a338a Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期三, 29 四月 2026 10:14:47 +0800
Subject: [PATCH] 调整日志输出与高温线体任务注释优化

---
 Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob_CW/CWTask/RequestInbound.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob_CW/CWTask/RequestInbound.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob_CW/CWTask/RequestInbound.cs
index 33a03e9..3ea561b 100644
--- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob_CW/CWTask/RequestInbound.cs
+++ b/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);

--
Gitblit v1.9.3