|
|
@@ -231,11 +231,8 @@ class DeliveryQuoteUtil
|
|
|
$ruleNum = $rule['num'] ?? 0;
|
|
|
$rulePrice = $rule['price'] ?? 0;
|
|
|
$ruleDistance = ($rule['distance'] ?? 0) * 1000;
|
|
|
-
|
|
|
if ($productCount >= $ruleNum && $itemTotalAmount >= $rulePrice && $sendDistance <= $ruleDistance) {
|
|
|
- noticeUtil::push(
|
|
|
- "ghsMainId={$ghsMainId}, orderSn={$orderSn}, 免跑腿费,满足条件:" . json_encode($rule)
|
|
|
- );
|
|
|
+ //noticeUtil::push("ghsMainId={$ghsMainId}, orderSn={$orderSn}, 免跑腿费,满足条件:" . json_encode($rule));
|
|
|
return 0;
|
|
|
}
|
|
|
}
|