src/main/java/com/ruoyi/production/controller/ProductStructureController.java
@@ -22,7 +22,7 @@ @ApiOperation("根据productId查询") @GetMapping("listByproductModelId/{productModelId}") @GetMapping("/listByproductModelId/{productModelId}") public R listByproductModelId( @PathVariable("productModelId") Long productModelId){ return R.ok(productStructureService.listByproductModelId( productModelId)); }