src/main/java/zy/cloud/wms/manager/controller/TagController.java
@@ -166,7 +166,7 @@ @PostMapping(value = "/tag/tree/auth") @ManagerAuth public R tree(@RequestParam(required = false, defaultValue = "") String condition) throws IOException, ClassNotFoundException { ArrayList<Map> tree = treeUtils.getTree("1"); ArrayList<Map> tree = treeUtils.getTree(String.valueOf(getOriginTag().getId())); // 深拷贝 List<Map> result = ListUtils.deepCopy(tree); if (!Cools.isEmpty(condition)) {