From 5e92c9a89ee74aff083d76172085e97a6bd15d55 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期四, 11 九月 2025 14:10:12 +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