shish 3 лет назад
Родитель
Сommit
3004a48c30
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      app-ghs/controllers/OrderController.php

+ 0 - 6
app-ghs/controllers/OrderController.php

@@ -916,12 +916,6 @@ class OrderController extends BaseController
             util::fail('填了运费,请选择跑腿配送');
         }
         $post['sendCost'] = $sendCost;
-        //打包费
-        $packCost = 0;
-        if ($sendType == dict::getDict('sendType', 'thirdSend') || $sendType == dict::getDict('sendType', 'carGet')) {
-            $packCost = $this->shop->packCost ?? 0;
-        }
-        $post['packCost'] = $packCost;
 
         $hasPay = $post['hasPay'] ?? dict::getDict('hasPay', 'unPay');
         $post['debt'] = OrderClass::DEBT_NO;