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