|
|
|
@ -23,9 +23,6 @@
|
|
|
|
|
<action-view name="action.view.ServiceUserLogBackup.Log" model="Log.LogConfig" title="业务用户日志备份"> |
|
|
|
|
<view name="ServiceUserLogBackup-grid" type="grid"/> |
|
|
|
|
</action-view> |
|
|
|
|
<action-method name="action.method.system.logDeleteBackup" model="Log.LogConfig"> |
|
|
|
|
<call method="deleteBackup" class="com.system.log.controller.LogController"/> |
|
|
|
|
</action-method> |
|
|
|
|
<action-method name="action.method.system.logExport" model="Log.LogEntity"> |
|
|
|
|
<call method="exportLog" class="com.system.log.controller.LogController"/> |
|
|
|
|
</action-method> |
|
|
|
@ -42,6 +39,9 @@
|
|
|
|
|
<action-view name="action.view.System.Log" title="查询系统日志"> |
|
|
|
|
<view name="SystemManageUser-grid" type="grid"/> |
|
|
|
|
</action-view> |
|
|
|
|
<action-method name="action.method.system.systemManageUserBackupLogDelete" model="Log.LogConfig"> |
|
|
|
|
<call method="deleteSystemManageUserBackup" class="com.system.log.controller.LogController"/> |
|
|
|
|
</action-method> |
|
|
|
|
<action-view name="action.view.SystemManageUserLogBackup.Log" model="Log.LogConfig" title="系统管理员日志备份"> |
|
|
|
|
<view name="SystemManageUserBackup-grid" type="grid"/> |
|
|
|
|
</action-view> |
|
|
|
|