shish 1 năm trước cách đây
mục cha
commit
2b717ef84d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app-ghs/controllers/OrderController.php

+ 1 - 1
app-ghs/controllers/OrderController.php

@@ -326,7 +326,7 @@ class OrderController extends BaseController
             $bookSn = $shop->bookSn ?? 0;
             if (!empty($bookSn)) {
                 if ($order->bookSn == $bookSn) {
-                    util::fail('预订结束了才能确认');
+                    //util::fail('预订结束了才能确认');
                 }
             }