value
2024-04-02 4c563cb7274be53e15f8ce5537ef6e57e15b6458
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));
    }
}