shish 2 лет назад
Родитель
Сommit
49c286efb8
1 измененных файлов с 1 добавлено и 7 удалено
  1. 1 7
      app-hd/controllers/PurchaseController.php

+ 1 - 7
app-hd/controllers/PurchaseController.php

@@ -440,13 +440,7 @@ class PurchaseController extends BaseController
                             util::fail('满500元支持免费配送');
                         }
                     }
-                    //新发地联玉花卉市场,满300元市区免费配送
-                    if ($ghsShopId == 21486) {
-                        if ($respond->actPrice < 300) {
-                            $transaction->rollBack();
-                            util::fail('满300元可送货上门,不满请选其他方式');
-                        }
-                    }
+
                     //花悠星 国恋 勇记 易宝暂时不支持免费配送
                     if ($ghsShopId == 7687 || $ghsShopId == 7831 || $ghsShopId == 7778 || $ghsShopId == 12003) {
                         util::fail('暂不支持送货上门,请选其它方式');