feat(M4): 生命周期 + 审计 — 到期锁定/回收 cron、审计查询/CSV 导出/每日归档、settings 动态策略
This commit is contained in:
@@ -37,7 +37,7 @@ func newTestAuthService(t *testing.T) (*AuthService, *fakeSys, *recordingMailer)
|
||||
sys := newFakeSys()
|
||||
userSvc := NewUserService(db, sys, testConfig())
|
||||
adminSvc := NewAdminService(db)
|
||||
auditSvc := NewAuditService(db)
|
||||
auditSvc := NewAuditService(db, testLogger())
|
||||
cfg := testConfig()
|
||||
|
||||
mailer := &recordingMailer{}
|
||||
|
||||
Reference in New Issue
Block a user