Commit 869c7a21d9b3982586bfabe82bd47963d4d65f04

Authored by zhangchao
1 parent 1c5958eb58
Exists in dev

#fix:优化大同产检建档逻辑,增加护士查询

Showing 2 changed files with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PatientDtController.java View file @ 869c7a2
... ... @@ -622,7 +622,7 @@
622 622 return antenatalExaminationFacade.addPatientNipt(patientNiptDTO,userId);
623 623 }
624 624 //大同需要特殊处理的护士名称
625   - private static final String doctors="孙慧洁,曹琴,温燕芳,牛冬燕,王改然,杜文瑞,习亚美,卫娜,施春花,胡雪娇,田保来";
  625 + private static final String doctors="孙慧洁,曹琴,温燕芳,牛冬燕,王改然,杜文瑞,习亚美,卫娜,施春花,胡雪娇,田保来,石海燕";
626 626  
627 627 /**
628 628 * 预约挂号列表查询
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MedicalRecordFacade.java View file @ 869c7a2
... ... @@ -128,6 +128,7 @@
128 128 patient.setPid(personModel.getId());
129 129 }
130 130 patient.setOperator(userId);
  131 + patient.setDtFm(0);
131 132 patient.setBirth(DateUtil.parseYMD(DateUtil.getBirthFromIdCard(medicalRecordVo.getCardNo())));
132 133 patient.setCreated(new Date());
133 134 patient.setModified(new Date());