liusheng
2025-08-26 1be48553ad7b1994ed6f7d0d868f0ef7ba8a67af
ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/TemplateDeptController.java
@@ -98,7 +98,7 @@
    @Log(title = "模板科室关联", businessType = BusinessType.DELETE)
    @GetMapping("/remove/{id}")
    public AjaxResult remove(@PathVariable("id") Long id) {
        log.error("删除的ID为:{}",id);
        log.info("删除的ID为:{}",id);
        return toAjax(templateDeptService.deleteTemplateDeptById(id));
    }
}