feat: unify signature channel reporting status

This commit is contained in:
hectorzhao
2026-07-12 20:38:20 +08:00
parent 3f3ff8a793
commit eab059583f
16 changed files with 439 additions and 110 deletions
@@ -430,7 +430,7 @@ describe('SmsConfigService', () => {
auditStatus: { not: 'deleted' },
OR: expect.any(Array),
}),
include: { materials: true, tenant: true, application: true },
include: { materials: true, tenant: true, application: true, reportTasks: { include: { channel: true } } },
}));
});