Commit ca75187f4a1dddef6ed7335a9bf249d00ff6091d

Authored by jiangjiazhi
1 parent 25b5e010a4

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 @ ca75187
... ... @@ -111,7 +111,7 @@
111 111 patients.setEnable("2");
112 112 patients.setBookbuildingDate(patients.getBookbuildingDate());
113 113 patients.setVcCardNo(null);
114   - patients.setFileCode(null);
  114 +// patients.setFileCode(null);
115 115 // 产后复查,设置自动分娩,这个字段其实是为了确定是否有对应的分娩记录,但是这种是没有分娩记录的
116 116 if(type==3){
117 117 patients.setIsAutoFm(YnEnums.YES.getId());