| | |
| | | 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) { |