From a95c4e748b01da8bea6ba0f8e6af9c281bc582d7 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期二, 29 七月 2025 09:22:13 +0800
Subject: [PATCH] 优化日志格式并增强库存查询逻辑在 CommonConveyorLineJob.cs和CommonConveyorLine_GWJob.cs文件中,修改了日志输出格式,添加了时间戳以提高可读性和可追溯性。部分代码中的ToJsonString()方法被替换为 Serialize()方法,以统一序列化方式。与此同时,在 Dt_TaskService.cs文件中增加了库存信息查询逻辑,以确保出库时能够正确处理库存条件,增强系统的健壮性。

---
 Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs
index 0caccd8..d6e99c9 100644
--- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs
+++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs
@@ -42,7 +42,7 @@
         /// </summary>
         [ImporterHeader(Name = "浠诲姟鍙�")]
         [ExporterHeader(DisplayName = "浠诲姟鍙�")]
-        [SugarColumn(IsNullable = false, ColumnDescription = "浠诲姟鍙�")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "浠诲姟鍙�")]
         public int TaskNum { get; set; }
 
         /// <summary>
@@ -50,7 +50,7 @@
         /// </summary>
         [ImporterHeader(Name = "鎵樼洏缂栧彿")]
         [ExporterHeader(DisplayName = "鎵樼洏缂栧彿")]
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎵樼洏缂栧彿")]
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鎵樼洏缂栧彿")]
         public string PalletCode { get; set; }
 
         /// <summary>
@@ -58,7 +58,7 @@
         /// </summary>
         [ImporterHeader(Name = "宸烽亾鍙�")]
         [ExporterHeader(DisplayName = "宸烽亾鍙�")]
-        [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "宸烽亾鍙�")]
+        [SugarColumn(IsNullable = true, Length = 10, ColumnDescription = "宸烽亾鍙�")]
         public string Roadway { get; set; }
 
         /// <summary>
@@ -66,7 +66,7 @@
         /// </summary>
         [ImporterHeader(Name = "浠诲姟绫诲瀷")]
         [ExporterHeader(DisplayName = "浠诲姟绫诲瀷")]
-        [SugarColumn(IsNullable = false, ColumnDescription = "浠诲姟绫诲瀷")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "浠诲姟绫诲瀷")]
         public int TaskType { get; set; }
 
         /// <summary>
@@ -74,7 +74,7 @@
         /// </summary>
         [ImporterHeader(Name = "浠诲姟鐘舵��")]
         [ExporterHeader(DisplayName = "浠诲姟鐘舵��")]
-        [SugarColumn(IsNullable = false, ColumnDescription = "浠诲姟鐘舵��")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "浠诲姟鐘舵��")]
         public int TaskState { get; set; }
 
         /// <summary>
@@ -82,7 +82,7 @@
         /// </summary>
         [ImporterHeader(Name = "璧峰鍦板潃")]
         [ExporterHeader(DisplayName = "璧峰鍦板潃")]
-        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "璧峰鍦板潃")]
+        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "璧峰鍦板潃")]
         public string SourceAddress { get; set; }
 
         /// <summary>
@@ -90,7 +90,7 @@
         /// </summary>
         [ImporterHeader(Name = "鐩爣鍦板潃")]
         [ExporterHeader(DisplayName = "鐩爣鍦板潃")]
-        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "鐩爣鍦板潃")]
+        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "鐩爣鍦板潃")]
         public string TargetAddress { get; set; }
 
         /// <summary>
@@ -98,7 +98,7 @@
         /// </summary>
         [ImporterHeader(Name = "褰撳墠浣嶇疆")]
         [ExporterHeader(DisplayName = "褰撳墠浣嶇疆")]
-        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "褰撳墠浣嶇疆")]
+        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "褰撳墠浣嶇疆")]
         public string CurrentAddress { get; set; }
 
         /// <summary>
@@ -106,7 +106,7 @@
         /// </summary>
         [ImporterHeader(Name = "涓嬩竴鍦板潃")]
         [ExporterHeader(DisplayName = "涓嬩竴鍦板潃")]
-        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "涓嬩竴鍦板潃")]
+        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "涓嬩竴鍦板潃")]
         public string NextAddress { get; set; }
 
         /// <summary>
@@ -122,7 +122,7 @@
         /// </summary>
         [ImporterHeader(Name = "浼樺厛绾�")]
         [ExporterHeader(DisplayName = "浼樺厛绾�")]
-        [SugarColumn(IsNullable = false, ColumnDescription = "浼樺厛绾�")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "浼樺厛绾�")]
         public int Grade { get; set; }
 
         /// <summary>
@@ -130,7 +130,7 @@
         /// </summary>
         [ImporterHeader(Name = "WMS浠诲姟涓婚敭")]
         [ExporterHeader(DisplayName = "WMS浠诲姟涓婚敭")]
-        [SugarColumn(IsNullable = false, ColumnDescription = "WMS浠诲姟涓婚敭")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "WMS浠诲姟涓婚敭")]
         public int WMSId { get; set; }
 
         /// <summary>

--
Gitblit v1.9.3