From 15c6d7dec741a03bd7a84c3948fdc2a89e036395 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 10 十一月 2023 13:24:24 +0800
Subject: [PATCH] 1.生产加工单打印次数接口 2.工艺路线批量关联产品接口 3.修复用户所属班组绑定关系写入关系表
---
VueWebApi/DLL/BLL/ErpSyncMesBLL.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/VueWebApi/DLL/BLL/ErpSyncMesBLL.cs b/VueWebApi/DLL/BLL/ErpSyncMesBLL.cs
index e6c611a..9531a20 100644
--- a/VueWebApi/DLL/BLL/ErpSyncMesBLL.cs
+++ b/VueWebApi/DLL/BLL/ErpSyncMesBLL.cs
@@ -45,9 +45,9 @@
#endregion
#region[鐢熶骇绠$悊锛氱敓浜ц鍗曞悓姝
- public static ToMessage SeaveSearchErpOrder()
+ public static ToMessage SeaveSearchErpOrder(string stu_torgcode,string stu_torgtypecode)
{
- return ErpSyncMesDAL.SeaveSearchErpOrder();
+ return ErpSyncMesDAL.SeaveSearchErpOrder(stu_torgcode, stu_torgtypecode);
}
#endregion
--
Gitblit v1.9.3