fix: 归档删除改为软删除

This commit is contained in:
2026-07-17 14:13:17 +08:00
parent 3131d2e141
commit f7328d670d
49 changed files with 520 additions and 354 deletions

View File

@@ -97,7 +97,7 @@ export class RbacController {
userId: req.user?.id,
username: req.user?.username,
module: 'RBAC',
action: '删除角色',
action: '停用角色',
targetId: +id,
targetType: 'role',
ipAddress,