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