Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIManagerServiceI.java
@@ -175,7 +175,7 @@
     * @param tabButtonVO
     * @return
     */
    boolean saveOrUpdateTapButton(PLTabButtonVO tabButtonVO,boolean isAdd);
    boolean saveOrUpdateTabButton(PLTabButtonVO tabButtonVO,boolean isAdd);
    /**
     * 删除单个按钮配置
@@ -206,13 +206,13 @@
     */
    List<Tree> getUIAuthor(BaseQueryObject baseQueryObject)throws Exception;
    /**
/*    *//**
     * 根据角色主键获取已授权的信息
     * @param roleId
     * @return
     * @throws PLException
     */
    List<RoleRightVO> getRightListByRoleId(String roleId) throws PLException;
     *//*
    Map<String,RoleRightVO> getRightListByRoleId(String roleId) throws PLException;*/
    /**
     * UI授权