|
@@ -781,7 +781,7 @@ class Writereport extends Base
|
|
$type = '5';
|
|
$type = '5';
|
|
$exam_class = DB::table('exams')->where('id',$id)->field('exam_class')->find();
|
|
$exam_class = DB::table('exams')->where('id',$id)->field('exam_class')->find();
|
|
$rid = DB::table('report')->where('exam_id',$id)->where('type',1)->value('id');
|
|
$rid = DB::table('report')->where('exam_id',$id)->where('type',1)->value('id');
|
|
- $url = Message::url($sessionid,$id,0,$exam_class['exam_class'],$rid ?? '',$report['remote_application_id']);
|
|
|
|
|
|
+ $url = Message::url($sessionid,$id,0,$exam_class['exam_class'],$rid ?? '');
|
|
Message::insert($t,$c,$d,$type,$url,1,$report['remote_application_id']);
|
|
Message::insert($t,$c,$d,$type,$url,1,$report['remote_application_id']);
|
|
}
|
|
}
|
|
$url = 'http://wechat.pacsonline.cn/wx_patient/api/unifyGetWxQrcode?reportId='.$report_id;
|
|
$url = 'http://wechat.pacsonline.cn/wx_patient/api/unifyGetWxQrcode?reportId='.$report_id;
|