shish 1 ano atrás
pai
commit
4ea10c645b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app-ghs/controllers/OrderClearController.php

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

@@ -142,7 +142,7 @@ class OrderClearController extends BaseController
         if (getenv('YII_ENV') == 'production') {
             //小向花卉
             if (in_array($this->shopId, [23580, 24713])) {
-                if ($this->adminId != 24043) {
+                if (!in_array($this->adminId, [24043, 23960])) {
                     util::fail('不能销单!');
                 }
             }