inspect-server/src/main/java/com/yuanchu/mom/controller/StandardTreeController.java
@@ -37,6 +37,7 @@
        return Result.success(standardTreeService.selectStandardTreeList());
    }
    @ValueAuth
    @ApiOperation(value = "获取标准树(检验下单)")
    @GetMapping("/selectStandardTreeList2")
    public Result selectStandardTreeList2() {