fix: 归档删除改为软删除
This commit is contained in:
@@ -170,7 +170,7 @@ export class ClassesController {
|
||||
userId: req.user?.id,
|
||||
username: req.user?.username,
|
||||
module: '班级管理',
|
||||
action: '删除班级',
|
||||
action: '归档班级',
|
||||
targetId: +id,
|
||||
targetType: 'class',
|
||||
ipAddress,
|
||||
|
||||
Reference in New Issue
Block a user