1.提交缺失的东西
This commit is contained in:
@ -598,10 +598,10 @@ class OrderLogic extends LogicBase
|
|||||||
$goods_name[] = $val['name'];
|
$goods_name[] = $val['name'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!empty($goods_name)) {
|
// if (!empty($goods_name)) {
|
||||||
// throw new Exception('商品:'.implode('、',$goods_name).'不支持快递配送!');
|
//// throw new Exception('商品:'.implode('、',$goods_name).'不支持快递配送!');
|
||||||
throw new Exception('订单存在不支持快递配送的商品!');
|
// throw new Exception('订单存在不支持快递配送的商品!');
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user