From 0ea0fc59c2dc8014fdd9d9f332d699b3be2308e6 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期六, 18 六月 2022 14:35:21 +0800
Subject: [PATCH] 往来单位查询接口、新增编辑、删除

---
 VueWebApi/DLL/BLL/BasicSettingBLL.cs |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/VueWebApi/DLL/BLL/BasicSettingBLL.cs b/VueWebApi/DLL/BLL/BasicSettingBLL.cs
index 229f66a..f38d30e 100644
--- a/VueWebApi/DLL/BLL/BasicSettingBLL.cs
+++ b/VueWebApi/DLL/BLL/BasicSettingBLL.cs
@@ -142,9 +142,9 @@
         #endregion
 
         #region[瑙掕壊娓呭崟鍏宠仈鐢ㄦ埛淇濆瓨]
-        public static ToMessage SaveRoleAssociationUser(string rolecode, List<ObjectData> json)
+        public static ToMessage SaveRoleAssoctUser(string rolecode, List<ObjectData> json)
         {
-            return BasicSettingDAL.SaveRoleAssociationUser(rolecode, json);
+            return BasicSettingDAL.SaveRoleAssoctUser(rolecode, json);
         }
         #endregion
 
@@ -177,5 +177,12 @@
             return BasicSettingDAL.AddUpdateCurrentUnit(unitid, unitcode, unitname, unitattr, person, contact, description, usercode, OperType);
         }
         #endregion
+
+        #region[寰�鏉ュ崟浣嶅垹闄
+        public static ToMessage DeleteCurrentUnit(string unitid)
+        {
+            return BasicSettingDAL.DeleteCurrentUnit(unitid);
+        }
+        #endregion
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3