From 8785263a9b5b8e8ca5ab307c8f3bf37643036acb Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期四, 24 七月 2025 13:49:44 +0800 Subject: [PATCH] 物料到冲维护模块增加 --- 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