shish пре 2 година
родитељ
комит
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])) {