| | |
| | | return Result.success(standardTreeService.selectStandardTreeList()); |
| | | } |
| | | |
| | | @ApiOperation(value = "根据id获取标准树") |
| | | @GetMapping("/selectStandardTreeById/{standardTreeId}") |
| | | public Result selectStandardTreeById(@PathVariable(value = "standardTreeId") Integer standardTreeId) { |
| | | return Result.success(standardTreeService.selectStandardTreeById(standardTreeId)); |
| | | } |
| | | |
| | | @ApiOperation(value = "获取标准树(检验下单)") |
| | | @GetMapping("/selectStandardTreeList2") |
| | | public Result selectStandardTreeList2() { |
| | |
| | | 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) { |