From c95807a552fb8814285488b1945a26cfde7ee3fd Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期五, 26 九月 2025 13:36:02 +0800 Subject: [PATCH] 台账设备报表挪移 --- WebApi/GS.QC/Service/MesQcExceptionalManager.cs | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/WebApi/GS.QC/Service/MesQcExceptionalManager.cs b/WebApi/GS.QC/Service/MesQcExceptionalManager.cs index 2474328..3dede03 100644 --- a/WebApi/GS.QC/Service/MesQcExceptionalManager.cs +++ b/WebApi/GS.QC/Service/MesQcExceptionalManager.cs @@ -4,7 +4,6 @@ using Gs.Toolbox.ApiCore.Group; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; -using Newtonsoft.Json.Linq; using System.Data; using System.Data.SqlClient; using System.Dynamic; @@ -131,7 +130,7 @@ } /// <summary> - /// + /// 瀹℃牳 /// </summary> /// <param name="mode"></param> /// <returns></returns> @@ -206,10 +205,10 @@ { // 鑾峰彇鏄庣粏椤逛富閿紙鍙负绌猴紝鏂板鏃朵负绌猴級 string _guid = m.Guid?.ToString() ?? Guid.Empty.ToString(); - + // 鎷兼帴鍗曡鏄庣粏鏁版嵁锛殀鐢宠鏁伴噺|澶囨敞|鏄庣粏GUID - var _line = m.BatchQty + _split + m.GfRkqty + _split + m.LfRkqtyz + _split + m.HandResult + _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