shish há 2 anos atrás
pai
commit
3e7b54b00f
1 ficheiros alterados com 1 adições e 5 exclusões
  1. 1 5
      app-ghs/controllers/ItemController.php

+ 1 - 5
app-ghs/controllers/ItemController.php

@@ -85,11 +85,7 @@ class ItemController extends BaseController
         $classId = $get['classId'] ?? 0;
 
         if (getenv('YII_ENV') == 'production') {
-            if (in_array($this->mainId, ['50', '7704'])) {
-                util::fail('已到期,请续费,紧急联系:18108811762');
-            }
-        } else {
-            if (in_array($this->mainId, ['644'])) {
+            if (in_array($this->mainId, ['7704'])) {
                 util::fail('已到期,请续费,紧急联系:18108811762');
             }
         }