lgy 14 hours ago
parent
commit
75fd65b232
1 changed files with 1 additions and 1 deletions
  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)
     public function rejectAudit($id,$reason,$user)
     {
     {
-        $field = ['report_doctor_id','exam_id'];
+        $field = ['*'];
         $write = $this->reportDao->getReportById($id,$field);
         $write = $this->reportDao->getReportById($id,$field);
         //获取当前医生账号权限
         //获取当前医生账号权限
         $now_authority    = $this->reportDao->getDoctorClass($user['id']);
         $now_authority    = $this->reportDao->getDoctorClass($user['id']);