Commit 178301a2d3984914ad61f7931534fa739f75c7f0
1 parent
e25394c490
Exists in
master
and in
7 other branches
分娩作废产检劵
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
178301a
... | ... | @@ -101,9 +101,9 @@ |
101 | 101 | patients.setHospitalId(hospitalId); |
102 | 102 | // patients.setType(1); |
103 | 103 | patients.setCreated(new Date()); |
104 | - patients.setBookbuildingDoctor(userId + ""); | |
104 | + patients.setBookbuildingDoctor(patients.getBookbuildingDoctor()); | |
105 | 105 | patients.setEnable("2"); |
106 | - patients.setBookbuildingDate(new Date()); | |
106 | + patients.setBookbuildingDate(patients.getBookbuildingDate()); | |
107 | 107 | patients.setVcCardNo(null); |
108 | 108 | patients.setFileCode(null); |
109 | 109 | patientsService.addPatient(patients); |