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