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