|
|
@@ -209,7 +209,7 @@ public class ViolationAnalysisServiceImpl implements IViolationAnalysisService {
|
|
|
}
|
|
|
// 构建患者信息
|
|
|
PatientInformationResponse patientInformationResponse =
|
|
|
- midIncidentAuditDetailService.loadPatientInfoById(detailInfo.getPatientId().toString());
|
|
|
+ midIncidentAuditDetailService.loadPatientInfoById(detailInfo.getId().toString());
|
|
|
result.setPatientInfo(patientInformationResponse);
|
|
|
// 构建医生信息
|
|
|
MidAuditDoctorInfo midAuditDoctorInfo = new MidAuditDoctorInfo();
|