fuyu 5 years ago
parent
commit
bd12ef7366
1 changed files with 3 additions and 3 deletions
  1. 3 3
      application/inter/controller/Dcquery.php

+ 3 - 3
application/inter/controller/Dcquery.php

@@ -119,9 +119,9 @@ class Dcquery extends Controller
     public function get_studiesinfo(){
         try{
             $study_id = $_REQUEST['study_id']?? false;
-            if($study_id && Cache::get($study_id)){
-                return Cache::get($study_id);
-            }
+            // if($study_id && Cache::get($study_id)){
+            //     return Cache::get($study_id);
+            // }
             if(isset($_REQUEST['address']) && !empty($_REQUEST['address'])){
                 $url = $_REQUEST['address'];
             }else{