|
|
@@ -343,6 +343,7 @@ class OrderController extends BaseController
|
|
|
$distance = $result['distance'] ?? 0;
|
|
|
$sendCost = bcdiv($fee, 100, 2);
|
|
|
$post['sendCost'] = $sendCost;
|
|
|
+ $modifyPrice = bcadd($modifyPrice, $sendCost, 2);
|
|
|
noticeUtil::push("运费:{$sendCost} 重量:{$totalWeight} 距离:{$distance} {$customName} {$customMobile} 经纬 {$originalLng} {$originalLat}", '15280215347');
|
|
|
}
|
|
|
|