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

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

@@ -368,6 +368,12 @@ class CheckOrderController extends BaseController
                     $could = true;
                 }
             }
+            //小蔡鲜花苏南店
+            if ($mainId == 28944) {
+                if (in_array($this->adminId, [29264])) {
+                    $could = true;
+                }
+            }
         } else {
             $could = $staff->mobile == '17187822038' ? true : false;
             if ($mainId == 812) {