bugfix: sellerId

This commit is contained in:
2026-06-01 15:22:14 +08:00
parent 16347514b5
commit 8321871e18

View File

@@ -290,7 +290,8 @@
brand: order.shopName, brand: order.shopName,
cover: item.thumbnailUrl, cover: item.thumbnailUrl,
amount: item.price, amount: item.price,
status: 1 sellerId:order.sellerId,
status: item.status || 1
}) })
}) })