From 6c62b03bcaf50b0d2dcf85e2accd374283ad5e2e Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 16 九月 2022 23:15:46 +0800
Subject: [PATCH] 班组工资报表开发、人员工资明细报表开发、不良明细报表开发、品质异常报表开发、维修明细报表开发

---
 VueWebApi/DLL/BLL/ProductModelBLL.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/VueWebApi/DLL/BLL/ProductModelBLL.cs b/VueWebApi/DLL/BLL/ProductModelBLL.cs
index e73f65c..9ba16d7 100644
--- a/VueWebApi/DLL/BLL/ProductModelBLL.cs
+++ b/VueWebApi/DLL/BLL/ProductModelBLL.cs
@@ -105,18 +105,18 @@
         #endregion
 
         #region[瀛樿揣妗f鍏宠仈宸ヨ壓璺嚎鎻愪氦]
-        public static ToMessage SaveInventoryFile(string partcode,string username, List<ObjectData> json)
+        public static ToMessage SaveInventoryFile(string partcode,string defaultroute_code, string username, List<ObjectData> json)
         {
-            return ProductModelDAL.SaveInventoryFile(partcode, username, json);
+            return ProductModelDAL.SaveInventoryFile(partcode, defaultroute_code, username, json);
         }
         #endregion
 
 
 
-        #region[宸ヨ壓璺嚎涓嬫媺鏌ヨ鎺ュ彛]
-        public static ToMessage RouteSelect()
+        #region[宸ュ簭涓嬫媺鏌ヨ鎺ュ彛]
+        public static ToMessage StepSelect()
         {
-            return ProductModelDAL.RouteSearch();
+            return ProductModelDAL.StepSelect();
         }
         #endregion
 

--
Gitblit v1.9.3