feat(M08-B): 补免清洁统计展示
This commit is contained in:
@@ -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, '\\$&')));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user