23
lige
2023-12-11 c7e8b28a453bf85fb78c1f09a6d613ecef9ea240
ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjPureToneTestController.java
@@ -53,7 +53,7 @@
    /**
     * 查询纯音听阈测试列表
     */
    @PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:list')")
    //@PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:list')")
    @GetMapping("/list")
    @ApiOperation(value = "纯音听阈查询(默认自带)")
    public TableDataInfo list(TjPureToneTest tjPureToneTest) {
@@ -105,7 +105,7 @@
    /**
     * 导出纯音听阈测试列表
     */
    @PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:export')")
    //@PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:export')")
    @Log(title = "纯音听阈测试", businessType = BusinessType.EXPORT)
    @PostMapping("/export")
    @ApiOperation(value = "导出纯音听阈测试列表")
@@ -118,7 +118,7 @@
    /**
     * 获取纯音听阈测试详细信息
     */
    @PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:query')")
    //@PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:query')")
    @GetMapping(value = "/{id}")
    @ApiOperation(value = "获取纯音听阈测试详细信息")
    public AjaxResult getInfo(@PathVariable("id") String id) {
@@ -128,7 +128,7 @@
    /**
     * 新增纯音听阈测试
     */
    @PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:add')")
    //@PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:add')")
    @Log(title = "纯音听阈测试", businessType = BusinessType.INSERT)
    @PostMapping
    @ApiOperation(value = "新增纯音听阈测试")
@@ -139,7 +139,7 @@
    /**
     * 修改纯音听阈测试
     */
    @PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:edit')")
    //@PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:edit')")
    @Log(title = "纯音听阈测试", businessType = BusinessType.UPDATE)
    @PutMapping
    @ApiOperation(value = "修改纯音听阈测试")
@@ -150,7 +150,7 @@
    /**
     * 删除纯音听阈测试
     */
    @PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:remove')")
    //@PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:remove')")
    @Log(title = "纯音听阈测试", businessType = BusinessType.DELETE)
    @DeleteMapping("/{ids}")
    @ApiOperation(value = "删除纯音听阈测试")