|
|
@@ -147,8 +147,8 @@ class ThirdOrderLogic extends BaseLogic
|
|
|
'property_activity_id'=>0,
|
|
|
'user_equity_id'=>0,
|
|
|
'third_type'=>1,
|
|
|
- 'work_total'=>$goods['base_service_fee'],
|
|
|
- 'work_amount'=>$goods['base_service_fee']
|
|
|
+ 'work_total'=>$product['product_price'],
|
|
|
+ 'work_amount'=>$product['product_price']
|
|
|
];
|
|
|
$service_area_id = ServiceArea::serviceAreaId(['lon' => $work_data['lon'], 'lat' => $work_data['lat']]);
|
|
|
$work_data['service_area_id'] = $service_area_id;
|