From b166c0f80252ab4e1af4136789cb976364b779b2 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 21 十一月 2022 15:12:04 +0800
Subject: [PATCH] 大岛的登陆接口存redis加企业区分

---
 VueWebApi/DLL/BLL/KanBanManagerentBLL.cs |   63 +++++++++++++++++++++++++------
 1 files changed, 51 insertions(+), 12 deletions(-)

diff --git a/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs b/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
index 874624a..9a1a587 100644
--- a/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
+++ b/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
@@ -10,39 +10,38 @@
 {
     public class KanBanManagerentBLL
     {
-
-        #region[澶у矝杞﹂棿缁煎悎鐪嬫澘,鐢熶骇杞﹂棿鏌ユ壘浜х嚎鎺ュ彛]
-        public static ToMessage ShopSearchLine(string shopcode)
+        #region[澶у矝杞﹂棿缁煎悎鐪嬫澘,鑾峰彇鐢熶骇杞﹂棿]
+        public static ToMessage ShopSearch()
         {
-            return KanBanManagerentDAL.ShopSearchLine(shopcode);
+            return KanBanManagerentDAL.ShopSearch();
         }
         #endregion
 
         #region[澶у矝杞﹂棿缁煎悎鐪嬫澘,宸︿笂浜х嚎鍔犲伐浠诲姟鎺ュ彛]
-        public static ToMessage LineSearchTopLeftData(List<ObjectData> json)
+        public static ToMessage LineSearchTopLeftData(string shopcode)
         {
-            return KanBanManagerentDAL.LineSearchTopLeftData(json);
+            return KanBanManagerentDAL.LineSearchTopLeftData(shopcode);
         }
         #endregion
 
         #region[澶у矝杞﹂棿缁煎悎鐪嬫澘,宸︿笅鍒楄〃鎺ュ彛]
-        public static ToMessage LineSearchBottomLeftData()
+        public static ToMessage LineSearchBottomLeftData(string shopcode)
         {
-            return KanBanManagerentDAL.LineSearchBottomLeftData();
+            return KanBanManagerentDAL.LineSearchBottomLeftData(shopcode);
         }
         #endregion
 
         #region[澶у矝杞﹂棿缁煎悎鐪嬫澘,鍙充笂top鎺掕鎺ュ彛]
-        public static ToMessage LineSearchTopRightData()
+        public static ToMessage LineSearchTopRightData(string shopcode)
         {
-            return KanBanManagerentDAL.LineSearchTopRightData();
+            return KanBanManagerentDAL.LineSearchTopRightData(shopcode);
         }
         #endregion
 
         #region[澶у矝杞﹂棿缁煎悎鐪嬫澘,鍙充笅top鎺掕鎺ュ彛]
-        public static ToMessage LineSearchBottomRightData()
+        public static ToMessage LineSearchBottomRightData(string shopcode)
         {
-            return KanBanManagerentDAL.LineSearchBottomRightData();
+            return KanBanManagerentDAL.LineSearchBottomRightData(shopcode);
         }
         #endregion
 
@@ -68,5 +67,45 @@
             return KanBanManagerentDAL.PurchaseRight();
         }
         #endregion
+
+
+
+        #region[澶у矝浠撳簱鐪嬫澘,宸︿笂浜у搧寰呭叆搴撳垪琛╙
+        public static ToMessage WareHouseTopLeftData()
+        {
+            return KanBanManagerentDAL.WareHouseTopLeftData();
+        }
+        #endregion
+
+        #region[澶у矝浠撳簱鐪嬫澘,宸︿笅浜у搧寰呭彂璐у垪琛╙
+        public static ToMessage WareHouseTopBottomData()
+        {
+            return KanBanManagerentDAL.WareHouseTopBottomData();
+        }
+        #endregion
+
+        #region[澶у矝浠撳簱鐪嬫澘,鍙充笂鎴愬搧搴撱�佸崐鎴愬搧搴搕op5搴撳瓨鎺掕]
+        public static ToMessage WareHouseRightTopData()
+        {
+            return KanBanManagerentDAL.WareHouseRightTopData();
+        }
+        #endregion
+
+        #region[澶у矝浠撳簱鐪嬫澘,鍙充笅鍘熸枡搴撳簱top5搴撳瓨鎺掕]
+        public static ToMessage WareHouseRightBottomData()
+        {
+            return KanBanManagerentDAL.WareHouseRightBottomData();
+        }
+        #endregion
+
+
+        #region[杞﹂棿鐪嬫澘鍏憡]
+        public static ToMessage WkspReportNotice(string shopcode)
+        {
+            return KanBanManagerentDAL.WkspReportNotice(shopcode);
+        }
+        #endregion
+
+
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3