shish 5 months ago
parent
commit
fdc200f652
1 changed files with 2 additions and 2 deletions
  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('请按花材原价格开单');
                     }
                 }
             }