DengTao 8 lat temu
rodzic
commit
a400d868b1

+ 1 - 1
www/protected/modules/o2o/controllers/OrderController.php

@@ -64,7 +64,7 @@ class  OrderController extends O2oBaseController{
             if ($rows) {
                 foreach ($rows as $orders) {
                     //判断订单是否达到111单
-                    if ($total >= 2) {
+                    if ($total >= 111) {
                         CommonFn::requestAjax(false, '今天的双11订单已经抢购光了');
 
                     }