|
@@ -2376,7 +2376,7 @@ class StoreOrderRepository extends BaseRepository
|
|
2376
|
|
2376
|
|
|
2377
|
['type' => 'a1', 'price' => $orderpri, 'other' => 0, 'note' => "VR"],//VR支付
|
2377
|
['type' => 'a1', 'price' => $orderpri, 'other' => 0, 'note' => "VR"],//VR支付
|
|
2378
|
['type' => 'a2', 'price' => $orderpri, 'other' => 0, 'note' => "现金"],//现金支付
|
2378
|
['type' => 'a2', 'price' => $orderpri, 'other' => 0, 'note' => "现金"],//现金支付
|
|
2379
|
- ['type' => 'a3', 'price' => $vr_payment, 'other' => $cash_payment, 'note' => "现金+VR"],//现金支付
|
|
|
|
|
|
2379
|
+ ['type' => 'a3', 'price' => strval($vr_payment), 'other' => $cash_payment, 'note' => "现金+VR"],//现金支付
|
|
2380
|
];
|
2380
|
];
|
|
2381
|
}
|
2381
|
}
|
|
2382
|
|
2382
|
|