zjh
2025-03-27 4f1eae9865fca2831ea2966d003b2c57222e036d
ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjProAdvicerulesController.java
@@ -45,7 +45,7 @@
    /**
     * 查询体检项目建议规则新表列表
     */
    @PreAuthorize("@ss.hasPermi('hosp:advicerules:list')")
//    @PreAuthorize("@ss.hasPermi('hosp:advicerules:list')")
    @GetMapping("/list")
    @ApiOperation(value = "查询体检项目建议规则新表列表")
    public TableDataInfo list(TjProAdvicerules tjProAdvicerules) {
@@ -57,7 +57,7 @@
    /**
     * 导出体检项目建议规则新表列表
     */
    @PreAuthorize("@ss.hasPermi('hosp:advicerules:export')")
//    @PreAuthorize("@ss.hasPermi('hosp:advicerules:export')")
    @Log(title = "体检项目建议规则新表", businessType = BusinessType.EXPORT)
    @PostMapping("/export")
    @ApiOperation(value = "导出体检项目建议规则新表列表")
@@ -109,7 +109,7 @@
    /**
     * 获取体检项目建议规则新表详细信息
     */
    @PreAuthorize("@ss.hasPermi('hosp:advicerules:query')")
//    @PreAuthorize("@ss.hasPermi('hosp:advicerules:query')")
    @GetMapping(value = "/{id}")
    @ApiOperation(value = "获取体检项目建议规则新表详细信息")
    public AjaxResult getInfo(@PathVariable("id") Long id) {
@@ -119,7 +119,7 @@
    /**
     * 新增体检项目建议规则新表
     */
    @PreAuthorize("@ss.hasPermi('hosp:advicerules:add')")
//    @PreAuthorize("@ss.hasPermi('hosp:advicerules:add')")
    @Log(title = "体检项目建议规则新表", businessType = BusinessType.INSERT)
    @PostMapping
    @ApiOperation(value = "新增体检项目建议规则新表")
@@ -137,7 +137,7 @@
    /**
     * 修改体检项目建议规则新表
     */
    @PreAuthorize("@ss.hasPermi('hosp:advicerules:edit')")
//    @PreAuthorize("@ss.hasPermi('hosp:advicerules:edit')")
    @Log(title = "体检项目建议规则新表", businessType = BusinessType.UPDATE)
    @PutMapping
    @ApiOperation(value = "修改体检项目建议规则新表")