龚焕茏
2024-04-17 042936ba89e122bece0e4ce595c68f859b9e9bed
ycl-server/src/main/java/com/ycl/platform/controller/CheckRuleController.java
@@ -34,7 +34,7 @@
    /**
     * 查询考核规则列表
     */
    @PreAuthorize("@ss.hasPermi('system:rule:list')")
//    @PreAuthorize("@ss.hasPermi('system:rule:list')")
    @PostMapping("/list")
    public TableDataInfo list(@RequestBody CheckRuleQuery checkRuleQuery)
    {
@@ -59,7 +59,7 @@
    /**
     * 获取考核规则详细信息
     */
    @PreAuthorize("@ss.hasPermi('system:rule:query')")
//    @PreAuthorize("@ss.hasPermi('system:rule:query')")
    @GetMapping(value = "/{id}")
    public AjaxResult getInfo(@PathVariable("id") Long id)
    {