@@ -894,7 +894,7 @@ class OrderController extends BaseController
if (getenv('YII_ENV') == 'production') {
//小向花卉开单售后控制
if ($this->mainId == 23390) {
- if (!in_array($this->adminId, [24043, 24585, 24586, 24654, 24115])) {
+ if (!in_array($this->adminId, [24043, 24585, 24586, 24654, 24115, 23960])) {
util::fail('你不能开单哦');
}