修复容器测试并补订单回归
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export function buildWorkerOrderQuery(
|
||||
status: string,
|
||||
keyword: string,
|
||||
page: number,
|
||||
pageSize: number,
|
||||
) {
|
||||
return {
|
||||
keyword,
|
||||
page,
|
||||
pageSize,
|
||||
...(status === 'vip_evidence_pending' ? { vipEvidencePending: true } : { status }),
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user