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

+ 5 - 0
app-hd/controllers/PurchaseController.php

@@ -435,6 +435,11 @@ class PurchaseController extends BaseController
                     }
                 }
             }
+            if ($sendType == 2) {
+                if (in_array($ghsShopId, [520, 1489, 13628, 3])) {
+                    util::fail('暂时不能使用跑腿');
+                }
+            }
 
             $transaction->commit();