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