|
|
@@ -185,7 +185,7 @@ class WaybillService
|
|
|
$waybill['pick_up_fee']=round(($waybill->carrier_weight_other/$daily_total_weight)*$param['billing']);
|
|
|
$updateParams[] = [
|
|
|
'id' => $waybill->id,
|
|
|
- 'pick_up_fee' => ($waybill->carrier_weight_other/$daily_total_weight)*$param['billing'],
|
|
|
+ 'pick_up_fee' =>(($waybill->carrier_weight_other/$daily_total_weight)*$param['billing']),
|
|
|
'updated_at' => Carbon::now()->toDateTimeString(),
|
|
|
];
|
|
|
}
|