shish il y a 6 mois
Parent
commit
dc0268ffb7
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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');
                     util::fail('只能使用扫码付款,编号193');
                 }
                 }
             }
             }
-            //小齐鲜花出车,不能使用线下收款
-            if ($this->mainId == 42680) {
+            //小齐鲜花出车,源花汇,不能使用线下收款
+            if ($this->mainId == 42680 || $this->mainId == 10536) {
                 if ($hasPay == 1) {
                 if ($hasPay == 1) {
                     util::fail('线下收款暂时无法使用');
                     util::fail('线下收款暂时无法使用');
                 }
                 }