shish 2 жил өмнө
parent
commit
22bc557785

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

@@ -84,7 +84,7 @@ class OrderController extends BaseController
             util::fail('请选择要合并打印的订单哦');
         }
         if (getenv('YII_ENV') == 'production') {
-            if ($this->mainId != 10536) {
+            if ($this->mainId != 10536 && $this->mainId != 50) {
                 util::fail('功能开发中');
             }
         } else {