龚焕茏
2024-04-19 c0144e9d03472072f6c9eecef3f4347520b8328e
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)
    {