Commit 7f8d970a authored by liuyuzhen's avatar liuyuzhen

快递免邮问题

parent 19d68c5f
......@@ -220,7 +220,7 @@ class OrderConfirmUtil {
if($temp['expressDistribution']!=\Our\ApiConst::one){
\Error\ErrorModel::throwException(\Error\CodeConfigModel::noExpressDeliveryForOrder);
}
if(!($tempStore['is_transport']&&$tempStore['transport_id']>\Our\ApiConst::zero&&isset($temp['shippingFee']))){
if(!($tempStore['goodsFreight']==\Our\ApiConst::zero&&$tempStore['is_transport']&&$tempStore['transport_id']>\Our\ApiConst::zero&&isset($temp['shippingFee']))){
\Error\ErrorModel::throwException(\Error\CodeConfigModel::noExpressDeliveryForOrder);
}
$deliveryFee = $temp['shippingFee'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment