feat(M08-B): 补免清洁统计展示

This commit is contained in:
Codex
2026-07-08 10:11:35 +08:00
parent 19d6734b68
commit 642659ce3e
11 changed files with 79 additions and 43 deletions
+4 -1
View File
@@ -199,6 +199,7 @@ for (const pattern of [
'cleaning-cleaner-performance',
'completedTaskCount',
'rejectedTaskCount',
'exempted',
'导出排行',
'pendingSettlementCents',
'filterDraft.cleanerUserId',
@@ -220,7 +221,9 @@ for (const pattern of [
"t.status = 'REJECTED'",
'async exempt',
"status = 'EXEMPT'",
'reward_cents = 0'
'reward_cents = 0',
'AS exempted',
"countStatus(byStatus, 'EXEMPT')"
]) {
assert.match(cleaningRepository, new RegExp(pattern.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')));
}