From 7a171b5193feef1d201b7d273b64ba2aebaddcda Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 26 六月 2024 18:22:01 +0800 Subject: [PATCH] 成员管理:分配角色、分配部门、分配部门界面查询、角色角色界面查询等接口添加 --- Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/OrgDeptQueryServiceI.java | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/OrgDeptQueryServiceI.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/OrgDeptQueryServiceI.java index edff563..9369e79 100644 --- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/OrgDeptQueryServiceI.java +++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/OrgDeptQueryServiceI.java @@ -1,5 +1,7 @@ package com.vci.frameworkcore.compatibility; +import com.vci.corba.common.PLException; +import com.vci.corba.common.data.UserEntityInfo; import com.vci.frameworkcore.pagemodel.OrgDepartmentVO; import com.vci.starter.web.exception.VciBaseException; import com.vci.starter.web.pagemodel.DataGrid; @@ -56,7 +58,7 @@ * @param queryMap 鏌ヨ鏉′欢锛屽鏋滈渶瑕佷娇鐢ㄧ敤鎴风殑灞炴�ф潵鏌ヨ鍙互浣跨敤pkUser.xxxx * @return 閮ㄩ棬鐨勬樉绀哄璞� */ - OrgDepartmentVO listDeptByUserOid(String userOid, Map<String, String> queryMap); + List<OrgDepartmentVO> listDeptByUserOid(String userOid, Map<String, String> queryMap); /** * 鑾峰彇鏈叧鑱旀煇涓敤鎴风殑閮ㄩ棬 @@ -113,4 +115,12 @@ */ DataGrid refTreeGridDept(TreeQueryObject treeQueryObject); + /** + * 淇濆瓨閮ㄩ棬瑙掕壊鍏宠仈淇℃伅锛屽甫鏌ラ噸鍔熻兘锛屽瀵瑰淇濆瓨 + * @param userOIds 鐢ㄦ埛id + * @param deptId 閮ㄩ棬oid + * @return + */ + boolean saveUsersDept(String[] userOIds, String deptId) throws PLException; + } -- Gitblit v1.9.3