|
@@ -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);
|