lgy 14 часов назад
Родитель
Сommit
75fd65b232
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      server/application/api/servies/report/ReportService.php

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

@@ -449,7 +449,7 @@ class ReportService extends ZskkDefaultService {
 
     public function rejectAudit($id,$reason,$user)
     {
-        $field = ['report_doctor_id','exam_id'];
+        $field = ['*'];
         $write = $this->reportDao->getReportById($id,$field);
         //获取当前医生账号权限
         $now_authority    = $this->reportDao->getDoctorClass($user['id']);