From 2ba5117206c152cece2e5ac40067a6232dfb2870 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 10 九月 2025 17:12:08 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 WebApi/GS.QC/Service/MesQcExceptionalManager.cs |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/WebApi/GS.QC/Service/MesQcExceptionalManager.cs b/WebApi/GS.QC/Service/MesQcExceptionalManager.cs
index 635aa97..2ef1c13 100644
--- a/WebApi/GS.QC/Service/MesQcExceptionalManager.cs
+++ b/WebApi/GS.QC/Service/MesQcExceptionalManager.cs
@@ -17,7 +17,6 @@
     private readonly IHttpContextAccessor _http;
 
     private readonly string _userCode, _userGuid, _orgFids;
-
     public MesQcExceptionalManager(IHttpContextAccessor httpContextAccessor)
     {
         _http = httpContextAccessor;
@@ -130,6 +129,7 @@
     }
 
     /// <summary>
+    ///   
     /// </summary>
     /// <param name="mode"></param>
     /// <returns></returns>
@@ -138,7 +138,7 @@
     {
         string _guid = mode.guid;
         string _inFieldValue = mode.inFieldValue;
-        var _proName = "iqc_ycd_submit";
+        string _proName = "iqc_ycd_submit";
         dynamic m = new ExpandoObject();
         m.outSum = -1;
         m.outMsg = "";
@@ -182,7 +182,6 @@
                 }
             }
         }
-
         return ReturnDto<dynamic>.QuickReturn(m, ReturnCode.Success, "鎿嶄綔鎴愬姛锛�");
     }
 
@@ -200,7 +199,7 @@
         string freceQty = mode.gs001; //鍒ゅ畾缁撴灉
         string inFngHandle = mode.gs002; //澶勭悊鏂瑰紡
         string inFmrmode = mode.gs003; //閫�鏂欐柟寮�
-        var _proName = "iqc_ycd_oa_mes";
+        string _proName = "iqc_ycd_oa_mes";
         dynamic m = new ExpandoObject();
         m.outSum = -1;
         m.outMsg = "";
@@ -223,7 +222,7 @@
                         new("@in2", ""),
                         new("@freceQty", freceQty),
                         new("@inFngHandle", inFngHandle),
-                        new("@inFmrmode", inFmrmode)
+                        new("@inFmrmode", inFmrmode),
                     };
                     parameters[0].Direction = ParameterDirection.Output;
                     parameters[1].Direction = ParameterDirection.Output;
@@ -247,7 +246,7 @@
                 }
             }
         }
-
         return ReturnDto<dynamic>.QuickReturn(m, ReturnCode.Success, "鎿嶄綔鎴愬姛锛�");
     }
+
 }
\ No newline at end of file

--
Gitblit v1.9.3