lgy 1 week ago
parent
commit
9fddb2e339
1 changed files with 7 additions and 1 deletions
  1. 7 1
      jcjyhr/app/zskk/servies/CommonServies.php

+ 7 - 1
jcjyhr/app/zskk/servies/CommonServies.php

@@ -9,6 +9,8 @@ use app\zskk\model\CallRecord;
 use app\zskk\model\Patient;
 use think\facade\Config;
 use think\facade\Db;
+use think\facade\Log;
+use Throwable;
 
 class CommonServies
 {
@@ -327,7 +329,11 @@ class CommonServies
                 'HOS_EMPI'=>$MEDICAL_INFORMATION['HOS_EMPI'] ?? ''
 
             
-            ];        
+            ];
+            if($ORGCODE == '12140300406141161R')
+            {
+                Log::record('三院数据'.json_encode($EXAM_REPORT));
+            }
         
 
 //            $EXAM_APPLICATIONS[] = $EXAM_APPLICATION;