modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/controller/XhProductModelController.java
@@ -60,8 +60,8 @@ } @GetMapping("tree") public Result<List<XhProductModel>> getTreeList() { List<XhProductModel> list = xhProductModelService.getAllTree(); public Result<List<XhProductModel>> getTreeList(Boolean showXdy) { List<XhProductModel> list = xhProductModelService.getAllTree(showXdy); return Result.ok(list); }