zjh
2023-09-15 809b68d15efe4dbc20f2eb28639606529743652d
ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjRulesController.java
@@ -52,7 +52,7 @@
    /**
     * 查询规则+病种列表
     */
    @PreAuthorize("@ss.hasPermi('hosp:rules:list')")
    //@PreAuthorize("@ss.hasPermi('hosp:rules:list')")
    @GetMapping("/list")
    @ApiOperation(value = "查询规则+病种列表")
    public TableDataInfo list(TjRules tjRules) {
@@ -129,7 +129,7 @@
    /**
     * 导出规则+病种列表
     */
    @PreAuthorize("@ss.hasPermi('hosp:rules:export')")
    //@PreAuthorize("@ss.hasPermi('hosp:rules:export')")
    @Log(title = "规则+病种", businessType = BusinessType.EXPORT)
    @PostMapping("/export")
    @ApiOperation(value = "导出规则+病种列表")
@@ -158,7 +158,7 @@
    /**
     * 获取规则+病种详细信息
     */
    @PreAuthorize("@ss.hasPermi('hosp:rules:query')")
    //@PreAuthorize("@ss.hasPermi('hosp:rules:query')")
    @GetMapping(value = "/{aid}")
    @ApiOperation(value = "获取规则+病种详细信息")
    public AjaxResult getInfo(@PathVariable("aid") String aid) {
@@ -168,7 +168,7 @@
    /**
     * 新增规则+病种
     */
    @PreAuthorize("@ss.hasPermi('hosp:rules:add')")
    // @PreAuthorize("@ss.hasPermi('hosp:rules:add')")
    @Log(title = "规则+病种", businessType = BusinessType.INSERT)
    @PostMapping
    @ApiOperation(value = "新增规则+病种")
@@ -179,7 +179,7 @@
    /**
     * 修改规则+病种
     */
    @PreAuthorize("@ss.hasPermi('hosp:rules:edit')")
    //@PreAuthorize("@ss.hasPermi('hosp:rules:edit')")
    @Log(title = "规则+病种", businessType = BusinessType.UPDATE)
    @PutMapping
    @ApiOperation(value = "修改规则+病种")
@@ -190,7 +190,7 @@
    /**
     * 删除规则+病种
     */
    @PreAuthorize("@ss.hasPermi('hosp:rules:remove')")
    //@PreAuthorize("@ss.hasPermi('hosp:rules:remove')")
    @Log(title = "规则+病种", businessType = BusinessType.DELETE)
    @DeleteMapping("/{aids}")
    @ApiOperation(value = "删除规则+病种")