shish 2 years ago
parent
commit
e2f9e61bb3
1 changed files with 5 additions and 0 deletions
  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();