Jelajahi Sumber

up - 客服下单

liugc 1 tahun lalu
induk
melakukan
3733724f04
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      app/common/logic/ThirdOrderLogic.php

+ 2 - 2
app/common/logic/ThirdOrderLogic.php

@@ -300,8 +300,8 @@ class ThirdOrderLogic extends BaseLogic
                 'lat'=>$message['lat'],
                 'property_activity_id'=>0,
                 'user_equity_id'=>0,
-                'work_total'=>$goods['base_service_fee'],
-                'work_amount'=>$goods['base_service_fee']
+                'work_total'=>$message['amount'],
+                'work_amount'=>$message['amount']
             ];
             $service_area_id = ServiceArea::serviceAreaId(['lon' => $work_data['lon'], 'lat' => $work_data['lat']]);
             $work_data['service_area_id'] = $service_area_id;