|
|
|
@ -81,6 +81,9 @@ class MigrateOrder extends Command |
|
|
|
'delivery_time_note' => $main->delivery_time ?? '', |
|
|
|
'total_refund_note' => $main->total_refund_note ?? '', |
|
|
|
'note' => $main->note ?? '', |
|
|
|
|
|
|
|
'shipping_name' => $main->shipping_name ?? '', |
|
|
|
'horseman_id' => $main->horseman_id ?? 0, |
|
|
|
'created_at' => $main->time_add ?? 0, |
|
|
|
'updated_at' => time(), |
|
|
|
]; |
|
|
|
|