Browse Source

新增病历引用表信息

gaodm 5 years atrás
parent
commit
5c88d42b16

+ 1 - 0
tran-service/src/main/java/com/diagbot/facade/PatientInfoDjFacade.java

@@ -181,6 +181,7 @@ public class PatientInfoDjFacade extends PatientInfoServiceImpl {
         PatientInfo patientInfo = getOne(patientInfoQe, false);
         if (patientInfo == null) {
             patientInfo = new PatientInfo();
+            patientInfo.setGmtCreate(DateUtil.now());
             patientInfo.setHospitalCode(signInVO.getHospitalCode());
             patientInfo.setIdNo(signInVO.getPatientInfo());
             patientInfo.setIdentityNum(signInVO.getPatientInfo());