|
|
@@ -5214,6 +5214,13 @@ class StoreOrderRepository extends BaseRepository
|
|
5214
|
5214
|
} else {
|
|
5215
|
5215
|
$list[$key]['fzone_paytype'] = null;
|
|
5216
|
5216
|
}
|
|
|
5217
|
+ $list[$key]['pv'] = 0.00;
|
|
|
5218
|
+ if ($item['userPvLog']) {
|
|
|
5219
|
+ $list[$key]['pv'] = $item['userPvLog']['pv'];
|
|
|
5220
|
+ }
|
|
|
5221
|
+ if ($item['sharedProsperityRewardRecord']) {
|
|
|
5222
|
+ $list[$key]['pv'] = $item['sharedProsperityRewardRecord']['number'];
|
|
|
5223
|
+ }
|
|
5217
|
5224
|
}
|
|
5218
|
5225
|
|
|
5219
|
5226
|
$list1[] = ['count' => $fzone_pay_price, 'name' => '现金'];
|