From 2264c47cff7ab5ce52d7c158ac0eb941e7b46506 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 31 八月 2022 23:50:53 +0800
Subject: [PATCH] 大岛测试bug修改
---
VueWebApi/Controllers/ProductionManagementController.cs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/VueWebApi/Controllers/ProductionManagementController.cs b/VueWebApi/Controllers/ProductionManagementController.cs
index 70e08b1..0867517 100644
--- a/VueWebApi/Controllers/ProductionManagementController.cs
+++ b/VueWebApi/Controllers/ProductionManagementController.cs
@@ -218,15 +218,16 @@
/// <summary>
/// MES宸ュ崟鍒犻櫎
/// </summary>
+ /// <param name="souceid">婧愬崟宸ュ崟</param>
/// <param name="wocode">宸ュ崟缂栧彿</param>
/// <param name="m_po">璁㈠崟缂栧彿</param>
/// <param name="orderqty">宸ュ崟鏁伴噺</param>
/// <returns></returns>
[Route(template: "DeleteMesOrder")]
[HttpPost]
- public HttpResponseMessage DeleteMesOrder(string wocode, string m_po, string orderqty)
+ public HttpResponseMessage DeleteMesOrder(string souceid, string wocode, string m_po, string orderqty)
{
- mes = ProductionManagementBLL.DeleteMesOrder(wocode, m_po, orderqty);
+ mes = ProductionManagementBLL.DeleteMesOrder(souceid, wocode, m_po, orderqty);
return TJson.toJson(mes);
}
#endregion
--
Gitblit v1.9.3