shish 2 年之前
父節點
當前提交
06781115d7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app-hd/controllers/PurchaseController.php

+ 2 - 2
app-hd/controllers/PurchaseController.php

@@ -337,7 +337,7 @@ class PurchaseController extends BaseController
                 //同城配送和到店自取免打包费
                 if ($transType == 4 || $transType == 5) {
                     $packCost = 0;
-                    if (isset($ghsInfo['mainId']) && $ghsInfo['mainId'] == 644) {
+                    if (isset($ghsInfo['mainId']) && $ghsInfo['mainId'] == 14499) {
                         noticeUtil::push("没有计算打包费原因:transType = 4 =5", '15280215347');
                     }
                 }
@@ -345,7 +345,7 @@ class PurchaseController extends BaseController
                 $needAdd = \bizHd\shop\classes\ShopClass::needAddPackCost($ghsShopInfo, $customId);
                 if ($needAdd == false) {
                     $packCost = 0;
-                    if (isset($ghsInfo['mainId']) && $ghsInfo['mainId'] == 644) {
+                    if (isset($ghsInfo['mainId']) && $ghsInfo['mainId'] == 14499) {
                         noticeUtil::push("没有计算打包费原因:已经算过一次了", '15280215347');
                     }
                 }