inspect-server/src/main/java/com/yuanchu/mom/controller/StandardTreeController.java
@@ -92,4 +92,11 @@ return Result.success(standardProductListService.selectStandardProductList(insSample)); } @ApiOperation(value = "通过检验标准查询检验项目") @PostMapping("/selectStandardProductListByMethodId") @ValueAuth public Result selectStandardProductListByMethodId(Integer id){ return Result.success(standardProductListService.selectStandardProductListByMethodId(id)); } }