jenkins
2026-05-19 9eaeeab4b33927fe0f9c428ebf44b62bd8788b0d
src/main/java/com/ruoyi/technology/controller/TechnologyBomStructureController.java
@@ -27,7 +27,7 @@
    @GetMapping("/listByBomId/{bomId}")
    @Operation(summary = "根据BOM查询结构树")
    public R<List<TechnologyBomStructureVo>> listByBomId(@PathVariable("bomId") Long bomId) {
    public R<List<TechnologyBomStructureVo>> listByBomId(@PathVariable Long bomId) {
        return R.ok(technologyBomStructureService.listByBomId(bomId));
    }
}