zouyu
2026-04-07 84002ef893ed575cd2c9e36b8c1c0ae6c3b28786
basic-server/src/main/java/com/ruoyi/basic/controller/StandardTreeController.java
@@ -94,6 +94,12 @@
        return Result.success(standardProductListService.selectStandardProductListByMethodId(id, tree));
    }
    @ApiOperation(value = "通过检验标准查询检验项目")
    @GetMapping("/buildStandardProductListNoDrag")
    public Result selectStandardProductListByMethodId1(Integer id, String tree) {
        return Result.success(standardProductListService.buildStandardProductListNoDrag(id, tree));
    }
    @ApiOperation(value = "批量查询检验项目")
    @GetMapping("/selectStandardProductByMethodId")
    public Result selectStandardProductByMethodId(Integer id, String tree, Integer page, String laboratory, String item, String items) {