From 5d1558f74cc1be82b11da24c84321c1695c917fd Mon Sep 17 00:00:00 2001 From: sjz <1240968267@qq.com> Date: 星期二, 16 九月 2025 13:50:30 +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