shish 2 anni fa
parent
commit
80b58d150f
1 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 5 5
      app-ghs/controllers/ItemController.php

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

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