shish 5 meses atrás
pai
commit
46125d2c03
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      app-ghs/controllers/OrderController.php

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

@@ -1281,12 +1281,12 @@ class OrderController extends BaseController
                 if (getenv('YII_ENV') == 'production') {
                     if (in_array($mainId, [1553, 1563])) {
                         if ($this->adminId != 2876) {
-                            //util::fail('请按花材原价格开单');
+                            util::fail('请按花材原价格开单');
                         }
                     }
                 } else {
                     if (in_array($mainId, [0, 1])) {
-                        //util::fail('请按花材原价格开单');
+                        util::fail('请按花材原价格开单');
                     }
                 }
             }