shish 2 лет назад
Родитель
Сommit
e955fcd7db
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      app-ghs/controllers/CheckOrderController.php

+ 12 - 0
app-ghs/controllers/CheckOrderController.php

@@ -221,6 +221,18 @@ class CheckOrderController extends BaseController
                     $could = true;
                 }
             }
+            //花瀚鲜花供应链
+            if ($mainId == 14499) {
+                if (in_array($this->adminId, [11961, 11976])) {
+                    $could = true;
+                }
+            }
+            //徐记花卉
+            if ($mainId == 10866) {
+                if (in_array($this->adminId, [11964])) {
+                    $could = true;
+                }
+            }
         } else {
             if ($mainId == 812) {
                 if (in_array($this->adminId, [1091])) {