Commit 4e533265c38c8bf382a1508cd9033ebee2d9922e

Authored by liquanyu
1 parent 68ac076f20

产后复查隐藏建档分娩医院

Showing 1 changed file with 3 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 4e53326
... ... @@ -186,6 +186,9 @@
186 186 // 产后复查,设置自动分娩,这个字段其实是为了确定是否有对应的分娩记录,但是这种是没有分娩记录的
187 187 if (type == 3) {
188 188 patients.setIsAutoFm(YnEnums.YES.getId());
  189 + //本院建档本院分娩外院产后复查,区域产妇管理出现多调记录
  190 + // http://jira.healthbaby.com.cn/browse/WEB-2743
  191 + patients.setFmHospital(null);
189 192 }
190 193 patientsService.addPatient(patients);
191 194 return patients.getId();