李林
2024-04-08 ff057092893a5c3852d66d2423cfeb5463106079
inspect-server/src/main/java/com/yuanchu/mom/controller/StandardTemplateController.java
@@ -54,4 +54,11 @@
        return Result.success(standardTemplateService.getStandardTemplate());
    }
    @ApiOperation(value = "通过模板id获取检验项模板内容")
    @PostMapping("/getStandTempThingById")
    @ValueAuth
    public Result<?> getStandTempThingById(Integer id) {
        return Result.success(standardTemplateService.getStandTempThingById(id));
    }
}