shish 2 лет назад
Родитель
Сommit
00c09c7f73
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-mall/controllers/OrderController.php

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

@@ -150,7 +150,7 @@ class OrderController extends BaseController
 
             if (isset($return->shopId)) {
                 if ($return->shopId == 2) {
-                    if ($return->actPrice < 7610) {
+                    if ($return->actPrice < 2) {
                         util::fail('满200元支持送货上门');
                     }
                 }