shish 2 년 전
부모
커밋
1bdabb8e0b
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      app-hd/controllers/PurchaseController.php
  2. 2 2
      app-mall/controllers/OrderController.php

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

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

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

@@ -159,8 +159,8 @@ class OrderController extends BaseController
             }
 
             if ($return->sendType == 2) {
-                if (in_array($return->shopId, [2, 726, 1490, 13626])) {
-                    util::fail('暂时不能使用代叫跑腿');
+                if (in_array($return->shopId, [2, 726, 1490, 13626, 7856])) {
+                    util::fail('暂时不能使用跑腿');
                 }
             }