|
@@ -693,7 +693,7 @@ class ReportService extends ZskkDefaultService {
|
|
|
$url = $wechat.'/wx_patient/api/unifyGetWxQrcode?reportId='.$reportId.'&version=3';
|
|
|
$this->curl_get($url);
|
|
|
$detail = $this->reportDao->getPrintInfo($reportId,$is_remote);
|
|
|
- $field = ['is_use_autograph','autograph','autograph_type'];
|
|
|
+ $field = ['*'];
|
|
|
if(empty($detail['report_doctor_id']))
|
|
|
{
|
|
|
$detail['report_use_autograph'] = '';
|