Commit 7f32367741598d8b940261959cd3efca24304488
1 parent
47d6140167
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
7f32367
... | ... | @@ -110,7 +110,7 @@ |
110 | 110 | patients.setBookbuildingDoctor(patients.getBookbuildingDoctor()); |
111 | 111 | patients.setEnable("2"); |
112 | 112 | patients.setBookbuildingDate(patients.getBookbuildingDate()); |
113 | - patients.setVcCardNo(null); | |
113 | + | |
114 | 114 | // patients.setFileCode(null); |
115 | 115 | // 产后复查,设置自动分娩,这个字段其实是为了确定是否有对应的分娩记录,但是这种是没有分娩记录的 |
116 | 116 | if(type==3){ |