|
|
@@ -157,6 +157,11 @@ class PurchaseClass extends BaseClass
|
|
|
|
|
|
//noticeUtil::push("距离:{$distance} {$showDistance} 重量:{$weight} 费用:{$totalFee}", '15280215347');
|
|
|
|
|
|
+ //万丽花行 跑腿不算运费
|
|
|
+ if ($shop->id == 12003) {
|
|
|
+ return ['distance' => 0, 'showDistance' => 0, 'fee' => 0];
|
|
|
+ }
|
|
|
+
|
|
|
return ['distance' => $distance, 'showDistance' => $showDistance, 'fee' => $totalFee];
|
|
|
}
|
|
|
|