shish 1 år sedan
förälder
incheckning
abcc107f8c
1 ändrade filer med 6 tillägg och 1 borttagningar
  1. 6 1
      app-ghs/controllers/CustomController.php

+ 6 - 1
app-ghs/controllers/CustomController.php

@@ -782,7 +782,12 @@ class CustomController extends BaseController
         if (getenv('YII_ENV') == 'production') {
             if ($this->mainId == 4884) {
                 if ($this->shopAdminId != 130738) {
-                    util::fail('只有倩姐才能修改');
+                    util::fail('请倩姐修改');
+                }
+            }
+            if ($this->mainId == 10536) {
+                if ($this->shopAdminId != 136416) {
+                    util::fail('请闵总修改');
                 }
             }
         }