From 59043b0e6f2f492550c1ffd9c06d8f008b96e3bd Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 02 九月 2022 15:50:24 +0800
Subject: [PATCH] nothing(消息推送搭建页面)
---
VueWebApi/DLL/BLL/ProductionManagementBLL.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/VueWebApi/DLL/BLL/ProductionManagementBLL.cs b/VueWebApi/DLL/BLL/ProductionManagementBLL.cs
index 4854e2e..e195e5d 100644
--- a/VueWebApi/DLL/BLL/ProductionManagementBLL.cs
+++ b/VueWebApi/DLL/BLL/ProductionManagementBLL.cs
@@ -69,9 +69,9 @@
#endregion
#region[MES宸ュ崟鍒犻櫎]
- public static ToMessage DeleteMesOrder(string wocode,string m_po,string orderqty)
+ public static ToMessage DeleteMesOrder(string souceid, string wocode,string m_po,string orderqty)
{
- return ProductionManagementDAL.DeleteMesOrder(wocode,m_po, orderqty);
+ return ProductionManagementDAL.DeleteMesOrder(souceid,wocode, m_po, orderqty);
}
#endregion
--
Gitblit v1.9.3