yl
2022-06-21 f7fdf63c13241dfa7d66a3315fd54429670e24bf
VueWebApi/DLL/BLL/BasicSettingBLL.cs
@@ -120,6 +120,13 @@
        }
        #endregion
        #region[角色清单查询1]
        public static ToMessage RoleAssociationUserTwo(string rolecode)
        {
            return BasicSettingDAL.RoleAssociationUserTwo(rolecode);
        }
        #endregion
        #region[角色清单新增编辑]
        public static ToMessage AddUpdateRole(string RoleId, string RoleCode, string RoleName,string RoleTypeCode, string description, string Usercode, string OperType)
        {
@@ -142,9 +149,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 +184,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
    }
}