lgy 18 小時之前
父節點
當前提交
cd28f38ac4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server/application/api/servies/report/ReportService.php

+ 1 - 1
server/application/api/servies/report/ReportService.php

@@ -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'] = '';