修复拼单工单打手展示
This commit is contained in:
@@ -255,7 +255,7 @@ async function publishWorkOrderSnapshots(input: {
|
||||
.reduce((sum, share) => sum + Number(share.quantity || 0), 0)
|
||||
const pendingSubmissionCount = shares.filter((share) => share.status === 'joined').length
|
||||
const adminSnapshot = {
|
||||
...mapWorkOrderAdmin(workOrder),
|
||||
...mapWorkOrderAdmin(workOrder, shares),
|
||||
pendingUnfreezeAmount: pendingUnfreezeByOrderId.get(workOrderId) || 0,
|
||||
sharingProgress: {
|
||||
joinedQuantity,
|
||||
|
||||
Reference in New Issue
Block a user