From 85feb93b944f52051b5908452938cef4fe909fe8 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期六, 04 三月 2023 11:33:38 +0800
Subject: [PATCH] 1.工单派发选择工艺路线或选择生产车间时判断绑定条件接口开发
2.组织架构删除update改为delete
3.工艺路线新增else if改为if

---
 VueWebApi/DLL/BLL/KanBanManagerentBLL.cs |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs b/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
index c645d9a..bc6332d 100644
--- a/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
+++ b/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
@@ -120,5 +120,41 @@
             return KanBanManagerentDAL.WkshpContentData();
         }
         #endregion
+
+
+        #region[瀵屽皵杈捐溅闂磋川閲忔暟瀛楀寲鐪嬫澘,top5涓嶈壇]
+        public static ToMessage BadTop5(string StepCode)
+        {
+            return KanBanManagerentDAL.BadTop5(StepCode);
+        }
+        #endregion
+
+        #region[瀵屽皵杈捐溅闂磋川閲忔暟瀛楀寲鐪嬫澘,鍛ㄤ笉鑹秼鍔縘
+        public static ToMessage BadWeek(string StepCode)
+        {
+            return KanBanManagerentDAL.BadWeek(StepCode);
+        }
+        #endregion
+
+        #region[瀵屽皵杈捐溅闂磋川閲忔暟瀛楀寲鐪嬫澘,鏃ヤ笉鑹垎甯僝
+        public static ToMessage BadDayDistriBute(string StepCode)
+        {
+            return KanBanManagerentDAL.BadDayDistriBute(StepCode);
+        }
+        #endregion
+
+        #region[瀵屽皵杈捐溅闂磋川閲忔暟瀛楀寲鐪嬫澘,鍛ㄤ笉鑹垎甯僝
+        public static ToMessage BadWeekDistriBute(string StepCode)
+        {
+            return KanBanManagerentDAL.BadWeekDistriBute(StepCode);
+        }
+        #endregion
+
+        #region[瀵屽皵杈捐溅闂磋川閲忔暟瀛楀寲鐪嬫澘,涓嶈壇鏄庣粏]
+        public static ToMessage BadContManger(string StepCode)
+        {
+            return KanBanManagerentDAL.BadContManger(StepCode);
+        }
+        #endregion
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3