shish 6 mesiacov pred
rodič
commit
dc0268ffb7
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      app-ghs/controllers/OrderController.php

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

@@ -1168,8 +1168,8 @@ class OrderController extends BaseController
                     util::fail('只能使用扫码付款,编号193');
                 }
             }
-            //小齐鲜花出车,不能使用线下收款
-            if ($this->mainId == 42680) {
+            //小齐鲜花出车,源花汇,不能使用线下收款
+            if ($this->mainId == 42680 || $this->mainId == 10536) {
                 if ($hasPay == 1) {
                     util::fail('线下收款暂时无法使用');
                 }