Răsfoiți Sursa

开单去掉包装费

shish 3 ani în urmă
părinte
comite
3004a48c30
1 a modificat fișierele cu 0 adăugiri și 6 ștergeri
  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;