Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/ISmFunctionQueryService.java
@@ -56,11 +56,12 @@ /** * 通过模块ID获取子级列表 * @param parentId * @param modeType 模块类型 * @param isAll 是否包括无效的模块,true则包括 * @return * @throws VciBaseException */ List<MenuVO> getSysModelTreeMenuByPID(String parentId,boolean isAll) throws VciBaseException; List<MenuVO> getSysModelTreeMenuByPID(String parentId,String modeType,boolean isAll) throws VciBaseException; int checkChildObject(String moduleId) throws VciException;