|
|
@@ -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');
|
|
|
}
|
|
|
}
|