Browse Source

Merge branch 'pro' of http://code.pacsonline.cn/zskk_bg/yuanchengpasc into pro

fuyu 5 năm trước cách đây
mục cha
commit
73b9049fbd
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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'];
             $return['studies'][] = $info;
             Cache::set($study_id,json_encode($return), 1800);
+            Log::record('return');
+            Log::record($return);
             return json_encode($return);
         }catch(Exception $e){
             Log::record('error');