@@ -932,6 +932,7 @@ class OrderController extends BaseController
if (empty($bookSn)) {
util::fail('请开启预订');
}
+ $post['bookSn'] = $bookSn;
$hasPay = $post['hasPay'] ?? dict::getDict('hasPay', 'unPay');