Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/SmUserQueryServiceI.java
@@ -160,14 +160,13 @@ */ List<Tree> refTreeUsers(TreeQueryObject treeQueryObject) throws VciBaseException; /*** /** * 人员权限选择树 * @param treeQueryObject * @return * @throws VciBaseException */ List<Tree> refPersonOrgTree(TreeQueryObject treeQueryObject) throws VciBaseException; /** * 校验密码是否相同,在新平台中存储的密码是两次md5 @@ -265,4 +264,11 @@ */ BaseResult importUser(File file) throws Exception; /** * 根据角色类型查询用户名 * @param roleType * @return */ List<String> queryUserNameByRoleType(String roleType) throws PLException; }