gongchunyi
2 天以前 544afa4dabaccb0248bf0b6fcfdc7b9b6c2ea9f2
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) {