ludc
2024-08-16 56de7a42d2567ce72885be8ebb1d1250d68ddd1b
Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/util/RightControlUtil.java
@@ -153,7 +153,6 @@
        return roleRightByUserName;
    }
    /**
     * 获取当前用户具有权限的所有模块
     * @param parentId, 父模块id
@@ -231,7 +230,6 @@
    public FunctionInfo[] getFunctionsByParentId(String parentId, String userName) {
        FunctionInfo[] funcObjs =  null;
        try {
            if(isDeveloper(userName)){