Jelajahi Sumber

excel 编码、关联编码循环嵌套

lenovodn 2 tahun lalu
induk
melakukan
edac8fdda6

+ 1 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/medical/service/impl/ViolationAnalysisServiceImpl.java

@@ -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();