From 80e7c7da7fddde3e04f8f05fa46746524c15b1cd Mon Sep 17 00:00:00 2001 From: "songnan.zhang" Date: Wed, 25 May 2022 13:59:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=92=A4=E9=94=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- APPQ5/QMAPP.FJC.BLL/Operation/ProductBLL.cs | 2 +- APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs | 2 +- AppCommon/QMAPP.ServicesAgent/ServiceEnums.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/APPQ5/QMAPP.FJC.BLL/Operation/ProductBLL.cs b/APPQ5/QMAPP.FJC.BLL/Operation/ProductBLL.cs index 8c248d2..deeb524 100644 --- a/APPQ5/QMAPP.FJC.BLL/Operation/ProductBLL.cs +++ b/APPQ5/QMAPP.FJC.BLL/Operation/ProductBLL.cs @@ -1759,7 +1759,7 @@ namespace QMAPP.FJC.BLL.Operation } } - public DataResult DeleteProduct(string ProductCode, string machineCode) + public DataResult DeleteProductt(string ProductCode, string machineCode) { try { diff --git a/APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs b/APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs index 12a9d4c..d2bd149 100644 --- a/APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs +++ b/APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs @@ -2477,7 +2477,7 @@ namespace QMAPP.WinForm.Forms.Operation { //删除产品信息 //ProductHelper.DeleteProduct(product_dai, _operationServiceParam.machineInfo.MACHINECODDE); - _agent.InvokeServiceFunction>(B9IPCService.ProductBLL_DeleteProduct.ToString(), product_dai, _operationServiceParam.machineInfo.MACHINECODDE); + _agent.InvokeServiceFunction>(B9IPCService.ProductBLL_DeleteProductt.ToString(), product_dai, _operationServiceParam.machineInfo.MACHINECODDE); } diff --git a/AppCommon/QMAPP.ServicesAgent/ServiceEnums.cs b/AppCommon/QMAPP.ServicesAgent/ServiceEnums.cs index 3cae307..a166c23 100644 --- a/AppCommon/QMAPP.ServicesAgent/ServiceEnums.cs +++ b/AppCommon/QMAPP.ServicesAgent/ServiceEnums.cs @@ -4712,7 +4712,7 @@ namespace QMAPP.ServicesAgent /// /// 删除产品信息 /// - ProductBLL_DeleteProduct, + ProductBLL_DeleteProductt, #endregion