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

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

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