刘桂岩 há 5 anos atrás
pai
commit
5e09ce7c26

+ 1 - 1
application/index/controller/Index.php

@@ -15,7 +15,7 @@ class Index extends Controller
 {
     public function  index(){
         // echo "index";
-        return $this->redirect('http://work.pacsonline.cn',302);;
+//        return $this->redirect('http://work.pacsonline.cn',302);;
     }
     public function get_studiesinfo(){
         $study_id = $_REQUEST['study_id'];

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

@@ -168,11 +168,11 @@ class Report extends Base
 //            }
 
             if($doctor['institution_id'] == '13000003' and $page == 1 and empty($where)){
-                if(Cache::get('13000003_1')){
-                    $list = Cache::get('13000003_1');
+                if(Cache::get('13000003_1_')){
+                    $list = Cache::get('13000003_1_');
                 }else{
                     $list = DB::query($sql);
-                    Cache::set('13000003_1',$list,86400);
+                    Cache::set('13000003_1_',$list,86400);
                 }
             }else{
                 $list = DB::query($sql);