From aedc81d40157133df8b5c44d3fbabc803a0e6e75 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期六, 13 九月 2025 11:42:42 +0800 Subject: [PATCH] 切换测试库地址 --- WebApi/GS.QC/Service/MesQcExceptionalManager.cs | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/WebApi/GS.QC/Service/MesQcExceptionalManager.cs b/WebApi/GS.QC/Service/MesQcExceptionalManager.cs index 635aa97..1b1fdb7 100644 --- a/WebApi/GS.QC/Service/MesQcExceptionalManager.cs +++ b/WebApi/GS.QC/Service/MesQcExceptionalManager.cs @@ -9,7 +9,7 @@ using Microsoft.AspNetCore.Mvc; using static Gs.Toolbox.UtilityHelper; -namespace Gs.Wom.Service; +namespace GS.QC.Service; [ApiGroup(ApiGroupNames.QC)] public class MesQcExceptionalManager : IRomteService @@ -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