shish 2 lat temu
rodzic
commit
308f731cc3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-ghs/controllers/OrderController.php

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

@@ -872,7 +872,7 @@ class OrderController extends BaseController
         } else {
         } else {
             if (getenv('YII_ENV') == 'production') {
             if (getenv('YII_ENV') == 'production') {
                 //鹏诚需要选择开单人
                 //鹏诚需要选择开单人
-                if (in_array($this->mainId, [19606, 50])) {
+                if (in_array($this->mainId, [19606])) {
                     util::fail('请选择开单人');
                     util::fail('请选择开单人');
                 }
                 }
             } else {
             } else {