From cdd2601b761b098c4ecb3b09c5e494a75ffe9d41 Mon Sep 17 00:00:00 2001 From: xwt <2740516069@qq.com> Date: 星期六, 23 八月 2025 15:43:13 +0800 Subject: [PATCH] 钉钉 --- StandardInterface/MES.Service/service/QcIssueResult/QcIssueResultManager.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/StandardInterface/MES.Service/service/QcIssueResult/QcIssueResultManager.cs b/StandardInterface/MES.Service/service/QcIssueResult/QcIssueResultManager.cs index a6dff30..9648fdf 100644 --- a/StandardInterface/MES.Service/service/QcIssueResult/QcIssueResultManager.cs +++ b/StandardInterface/MES.Service/service/QcIssueResult/QcIssueResultManager.cs @@ -699,7 +699,7 @@ var outParam1 = new SugarParameter("PO_RESULT", null, true); var outParam2 = new SugarParameter("PO_MSG", null, true); // 浣跨敤 SqlSugar 鎵ц瀛樺偍杩囩▼ - Db.Ado.ExecuteCommand("BEGIN PRC_MES_IQC_CG_SUBMIT(:PI_BILLNO,:PI_BILLNO,:PI_HANDLE,:PI_TLFS,:PI_REMARK,:PO_RESULT,:PO_MSG); END;", inputParam1, inputParam2, inputParam3, inputParam4, inputParam5, outParam1, outParam2); + Db.Ado.ExecuteCommand("BEGIN PRC_MES_IQC_CG_SUBMIT(:PI_BILLNO,:PI_USER ,:PI_HANDLE,:PI_TLFS,:PI_REMARK,:PO_RESULT,:PO_MSG); END;", inputParam1, inputParam2, inputParam3, inputParam4, inputParam5, outParam1, outParam2); // 鑾峰彇杈撳嚭鍙傛暟鐨勫�� int result = int.Parse((string)outParam1.Value); string message = outParam2.Value == DBNull.Value ? string.Empty : (string)outParam2.Value; -- Gitblit v1.9.3