fix: remove truncated management totals

This commit is contained in:
hectorzhao
2026-07-12 10:56:00 +08:00
parent 24cb632a45
commit 390b970032
19 changed files with 107 additions and 80 deletions
@@ -35,7 +35,6 @@ export class CertificationService {
},
include: { tenant: true },
orderBy: { createdAt: 'desc' },
take: 100,
});
}