Ver código fonte

事后视图数据查询

0027005599 2 anos atrás
pai
commit
32dc8c4f7b

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

@@ -39,6 +39,7 @@ public class AfterIncidentLogServiceImpl extends ServiceImpl<AfterIncidentLogMap
         afterIncidentLog.setOutHospDate(masterAdmissionBill.getDischargeDate());
         afterIncidentLog.setZyts(masterAdmissionBill.getZyts());
         afterIncidentLog.setDiagnoses(masterAdmissionBill.getDischargeDiseaseIdMain());
+        afterIncidentLog.setDiagnosesName(masterAdmissionBill.getDischargeDiseaseNameMain());
         afterIncidentLog.setPatientAgeDays(masterAdmissionBill.getPatientAgeDays());
         afterIncidentLog.setPatientBirthday(masterAdmissionBill.getPatientBirthday());
         afterIncidentLog.setPatientAge(masterAdmissionBill.getPatientAge());