Commit 4be064f7683f0b59c7cf12107b5b2c42f6e8011d
1 parent
8c825b0b71
Exists in
master
and in
7 other branches
修改产检删除
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
4be064f
| ... | ... | @@ -101,6 +101,8 @@ |
| 101 | 101 | patients.setBookbuildingDoctor(userId + ""); |
| 102 | 102 | patients.setEnable("2"); |
| 103 | 103 | patients.setBookbuildingDate(new Date()); |
| 104 | + patients.setVcCardNo(null); | |
| 105 | + patients.setFileCode(null); | |
| 104 | 106 | patientsService.addPatient(patients); |
| 105 | 107 | return patients.getId(); |
| 106 | 108 | } |