Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/OsAttributeController.java
@@ -56,7 +56,7 @@ @VciBusinessLog(operateName = "获取属性(树形结构)") public BaseResult<List<Tree>> getTreeAttributesByBtmName(TreeQueryObject treeQueryObject){ try { List<Tree> trees= attributeService.getTreeAttributesByBtmName(treeQueryObject); List<Tree> trees = attributeService.getTreeAttributesByBtmName(treeQueryObject); return BaseResult.dataList(trees); // return BaseResult.tree(trees); }catch (Throwable e) {