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

@@ -74,7 +74,7 @@ export class AttendanceDevicesController {
userId: req.user?.id,
username: req.user?.username,
module: '考勤机',
action: '删除考勤机绑定',
action: '停用考勤机绑定',
targetId: id,
targetType: 'attendanceDevice',
ipAddress,