shish 9 kuukautta sitten
vanhempi
commit
c562b2e672
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      app-ghs/controllers/CheckOrderController.php

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

@@ -378,6 +378,12 @@ class CheckOrderController extends BaseController
                     $could = true;
                 }
             }
+            //镜中
+            if ($mainId == 33447) {
+                if (in_array($this->adminId, [33513])) {
+                    $could = true;
+                }
+            }
         } else {
             $could = $staff->mobile == '17187822038' ? true : false;
             if ($mainId == 812) {