修复拼单工单打手展示

This commit is contained in:
yml2213
2026-08-19 19:31:55 +08:00
parent df90b67d8e
commit f1575aec85
6 changed files with 83 additions and 7 deletions
@@ -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,