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/AppPurchManagementBLL.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs b/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
index 54074eb..44e04e6 100644
--- a/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
+++ b/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
@@ -54,9 +54,9 @@
         #endregion
 
         #region[閲囪喘鍏ュ簱鎵弿鏍囩鏉$爜甯﹀嚭鍒拌揣鍗曚俊鎭痌
-        public static ToMessage MesAppPurchInStorScanLabCode(string labcode,string ordercode)
+        public static ToMessage MesAppPurchInStorScanLabCode(string labcode)
         {
-            return AppPurchManagementDAL.MesAppPurchInStorScanLabCode(labcode, ordercode);
+            return AppPurchManagementDAL.MesAppPurchInStorScanLabCode(labcode);
         }
         #endregion
 
@@ -95,5 +95,6 @@
             return AppPurchManagementDAL.MesAppPurchReturnInStorSave(orderid,ordercode, username, incontent);
         }
         #endregion
+
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3