Commit bb80e45dc8226eb90f22e63038dbfa5caa2aaac4

Authored by jiangjiazhi
1 parent cfa5f67553

设置修改末次月经

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyEarFacade.java View file @ bb80e45
... ... @@ -441,8 +441,8 @@
441 441 map.put("serviceStatus", serviceStatus);
442 442  
443 443 //医院
444   - List hospitals = antenatalExaminationFacade.convert();
445   - map.put("hospitals", hospitals);
  444 +/* List hospitals = antenatalExaminationFacade.convert();
  445 + map.put("hospitals", hospitals);*/
446 446  
447 447 //分娩方式
448 448 List fmType = FmTypeEnums.getFmTypeEnums();