正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -1300,10 +1300,11 @@ class Car extends Base | @@ -1300,10 +1300,11 @@ class Car extends Base | ||
1300 | $seat_no = array_filter($seat_data, function($value) { | 1300 | $seat_no = array_filter($seat_data, function($value) { |
1301 | return !empty($value); | 1301 | return !empty($value); |
1302 | }); | 1302 | }); |
1303 | + print_r($order["seat_no"]);return; | ||
1304 | + | ||
1303 | $orderseat_no = implode(',', $order["seat_no"]); | 1305 | $orderseat_no = implode(',', $order["seat_no"]); |
1304 | 1306 | ||
1305 | $orderseat_no = explode(",", $orderseat_no); | 1307 | $orderseat_no = explode(",", $orderseat_no); |
1306 | - print_r($orderseat_no);return; | ||
1307 | 1308 | ||
1308 | if($seat_data){ | 1309 | if($seat_data){ |
1309 | if($order['seat_no']){ | 1310 | if($order['seat_no']){ |
-
请 注册 或 登录 后发表评论