forked from wangziqi/gongxue-base
fix: 归档删除改为软删除
This commit is contained in:
@@ -97,7 +97,7 @@ export class RbacController {
|
||||
userId: req.user?.id,
|
||||
username: req.user?.username,
|
||||
module: 'RBAC',
|
||||
action: '删除角色',
|
||||
action: '停用角色',
|
||||
targetId: +id,
|
||||
targetType: 'role',
|
||||
ipAddress,
|
||||
|
||||
Reference in New Issue
Block a user