Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIDataServiceI.java
@@ -50,7 +50,7 @@ * @return 树形数据 * @throws VciBaseException 查询出错的时候会抛出异常 */ List<Tree> getDataForTree(UITreeQuery treeQuery) throws VciBaseException, PLException; List<UIDataTree> getDataForTree(UITreeQuery treeQuery) throws Exception; /** * 获取树形数据(根据查询模板查询对象) @@ -58,7 +58,7 @@ * @return 树形数据 * @throws VciBaseException 查询出错的时候会抛出异常 */ BaseResult getDataByTemp(UITreeQuery treeQuery) throws VciBaseException, PLException; BaseResult getDataByTemp(UITreeQuery treeQuery) throws Exception; /** * 调用前置事件