Преглед изворни кода

删除操作日志记录日志

RuoYi пре 5 година
родитељ
комит
d855fd67b4

+ 1 - 0
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/controller/SysOperlogController.java

@@ -52,6 +52,7 @@ public class SysOperlogController extends BaseController
52 52
         util.exportExcel(response, list, "操作日志");
53 53
     }
54 54
 
55
+    @Log(title = "操作日志", businessType = BusinessType.DELETE)
55 56
     @PreAuthorize(hasPermi = "system:operlog:remove")
56 57
     @DeleteMapping("/{operIds}")
57 58
     public AjaxResult remove(@PathVariable Long[] operIds)