update
This commit is contained in:
@@ -175,7 +175,6 @@ class Order extends AbstractOrderParse
|
|||||||
'company_id' => $this->getCompany()->id,
|
'company_id' => $this->getCompany()->id,
|
||||||
'platform_id' => 25,
|
'platform_id' => 25,
|
||||||
'store_id' => $this->getStore()->id,
|
'store_id' => $this->getStore()->id,
|
||||||
// order_id 将在 Consumer 中补充
|
|
||||||
'platform_order_id' => $platformOrderId, // 平台订单 ID(从 order_sn 传入)
|
'platform_order_id' => $platformOrderId, // 平台订单 ID(从 order_sn 传入)
|
||||||
'sub_order_id' => (string)$item['order_item_id'], // 使用 order_item_id 作为订单子项的唯一标识
|
'sub_order_id' => (string)$item['order_item_id'], // 使用 order_item_id 作为订单子项的唯一标识
|
||||||
'sub_order_type_id' => 0,
|
'sub_order_type_id' => 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user