value
2024-05-15 9aa42e1cd8af0de557b3c422d53b557c5397f5d7
inspect-server/src/main/java/com/yuanchu/mom/controller/StandardTreeController.java
@@ -92,8 +92,8 @@
    @ApiOperation(value = "通过检验标准查询检验项目")
    @PostMapping("/selectStandardProductListByMethodId")
    @ValueAuth
    public Result selectStandardProductListByMethodId(Integer id, String tree){
        return Result.success(standardProductListService.selectStandardProductListByMethodId(id, tree));
    public Result selectStandardProductListByMethodId(Integer id, String tree, Integer page){
        return Result.success(standardProductListService.selectStandardProductListByMethodId(id, tree, page));
    }
    @ApiOperation(value = "获取标准树下标准方法枚举")