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