From ef9c09de532ab33032df15ffeafbeba5c66f46da Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期四, 14 八月 2025 18:08:26 +0800
Subject: [PATCH] 1、新增免检维护校验逻辑

---
 WebApi/GS.QC/Service/MesQcExceptionalManager.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/WebApi/GS.QC/Service/MesQcExceptionalManager.cs b/WebApi/GS.QC/Service/MesQcExceptionalManager.cs
index e1cf4c2..2474328 100644
--- a/WebApi/GS.QC/Service/MesQcExceptionalManager.cs
+++ b/WebApi/GS.QC/Service/MesQcExceptionalManager.cs
@@ -209,7 +209,8 @@
         
 
             // 鎷兼帴鍗曡鏄庣粏鏁版嵁锛殀鐢宠鏁伴噺|澶囨敞|鏄庣粏GUID
-            var _line =  m.BatchQty + _split  + m.GfRkqty + _split   + m.LfRkqtyz + _split
+            var _line =  m.BatchQty + _split  + m.GfRkqty + _split   + m.LfRkqtyz + _split + m.HandResult + _split
+                + m.ChooseType + _split + m.Process + _split
                 + (UtilityHelper.CheckGuid(_guid) ? _guid : Guid.Empty.ToString());
 
             // 澶氭潯鏄庣粏闂存坊鍔犲垎闅旂

--
Gitblit v1.9.3