|
@@ -420,7 +420,7 @@ class StoreOrderRepository extends BaseRepository
|
|
|
$finance[] = [
|
|
$finance[] = [
|
|
|
'order_id' => $order->order_id,
|
|
'order_id' => $order->order_id,
|
|
|
'order_sn' => $order->order_sn,
|
|
'order_sn' => $order->order_sn,
|
|
|
- 'user_info' => $groupOrder->user->ValidSpread->ValidSpread ?? '游客',
|
|
|
|
|
|
|
+ 'user_info' => $groupOrder->user->ValidSpread->nickname ?? '游客',
|
|
|
'user_id' => $uid,
|
|
'user_id' => $uid,
|
|
|
'financial_type' => 'brokerage_two',
|
|
'financial_type' => 'brokerage_two',
|
|
|
'financial_pm' => 0,
|
|
'financial_pm' => 0,
|