src/main/java/com/whyc/controller/ProductBomController.java
@@ -62,7 +62,7 @@ return service.getAllBom(); } @ApiOperation(tags = "产品管理",value = "根据母料型号查询子件信息及有关联的散装件信息") @ApiOperation(tags = "产品管理",value = "根据母料型号查询子件信息及有最新版本关联的散装件信息") @GetMapping("getSubByComponentProduct") public Response getSubByComponentProduct(@RequestParam String parentModel){ return service.getSubByComponentProduct(parentModel);