龚焕茏
2024-04-17 042936ba89e122bece0e4ce595c68f859b9e9bed
ycl-server/src/main/java/com/ycl/platform/controller/CalculateRuleController.java
@@ -30,7 +30,7 @@
    /**
     * 查询核算规则列表
     */
    @PreAuthorize("@ss.hasPermi('calculate:rule:list')")
//    @PreAuthorize("@ss.hasPermi('calculate:rule:list')")
    @GetMapping("/list")
    public AjaxResult list(CalculateRule calculateRule)
    {
@@ -54,7 +54,7 @@
    /**
     * 获取核算规则详细信息
     */
    @PreAuthorize("@ss.hasPermi('calculate:rule:query')")
//    @PreAuthorize("@ss.hasPermi('calculate:rule:query')")
    @GetMapping(value = "/{id}")
    public AjaxResult getInfo(@PathVariable("id") Long id)
    {