田源
2024-11-01 dc27b49e51f41ee3973eeff741c43cab64a0a93a
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)){