fuyu 5 years ago
parent
commit
17ac082e56
1 changed files with 2 additions and 0 deletions
  1. 2 0
      application/inter/controller/Dcquery.php

+ 2 - 0
application/inter/controller/Dcquery.php

@@ -228,6 +228,8 @@ class Dcquery extends Controller
             $info['institution'] = $institution['name'];
             $info['institution'] = $institution['name'];
             $return['studies'][] = $info;
             $return['studies'][] = $info;
             Cache::set($study_id,json_encode($return), 1800);
             Cache::set($study_id,json_encode($return), 1800);
+            Log::record('return');
+            Log::record($return);
             return json_encode($return);
             return json_encode($return);
         }catch(Exception $e){
         }catch(Exception $e){
             Log::record('error');
             Log::record('error');