wujianwei
2026-01-19 15178bafd7aa1827e6c48fda8e2cc3b8df0bbf5e
service/src/main/java/com/ruoyi/cwgl/controller/PayableFeeManagementController.java
@@ -133,7 +133,7 @@
    /**
     * 作废应付费用管理记录
     */
    @PreAuthorize("@ss.hasPermi('cwgl:payableFeeManagement:edit')")
    @PreAuthorize("@ss.hasPermi('cwgl:payableFeeManagement:void')")
    @Log(title = "应付费用管理", businessType = BusinessType.UPDATE)
    @PutMapping("/void/{id}")
    public AjaxResult voidPayableFee(@PathVariable("id") Integer id)