shish há 2 anos atrás
pai
commit
90e5be6f2d
1 ficheiros alterados com 7 adições e 0 exclusões
  1. 7 0
      app-hd/controllers/PurchaseController.php

+ 7 - 0
app-hd/controllers/PurchaseController.php

@@ -337,6 +337,10 @@ class PurchaseController extends BaseController
                     }
                 }
 
+                if (isset($ghsInfo['mainId']) && $ghsInfo['mainId'] == 14499) {
+                    noticeUtil::push("走的pfLevel=1", '15280215347');
+                }
+
                 //同城配送和到店自取免打包费
                 if ($transType == 4 || $transType == 5) {
                     $packCost = 0;
@@ -420,6 +424,9 @@ class PurchaseController extends BaseController
                 $post['sendCost'] = $sendCost;
                 //出车、发快递、发物流可以算包装费
                 $packCost = 0;
+                if (isset($ghsInfo['mainId']) && $ghsInfo['mainId'] == 14499) {
+                    noticeUtil::push("走的pfLevel=0", '15280215347');
+                }
                 $itemTotalAmount = $post['itemTotalAmount'] ?? 0;
                 unset($post['itemTotalAmount']);
                 if ($sendType == dict::getDict('sendType', 'express')) {