@@ -848,9 +848,7 @@ class OrderController extends BaseController
if ($book == 1) {
foreach ($productList as $currentKey => $currentProduct) {
//帮开预订单没有价格
- if ($book == 1) {
- $productList[$currentKey]['price'] = 0;
- }
+ $productList[$currentKey]['price'] = 0;
}
$post['hasPay'] = 1;
$post['payWay'] = 0;