Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/impl/SmUserQueryServiceImpl.java
@@ -1664,4 +1664,19 @@ return userNameList; } /** * 使用当前用户的类型查询用户 * @return * @throws VciBaseException */ @Override public List<SmUserVO> listUserByUserType() throws PLException { try { UserInfo[] userInfo = platformClientUtil.getFrameworkService().fetchUserInfoByType(Short.parseShort(WebUtil.getCurrentUserSessionInfo().getUsertype())); return userInfoArr2VO(userInfo); } catch (PLException e) { throw new VciBaseException("登录时,获取用户信息失败:"+e.getMessage()); } } }