Commit 7a5aa5e72fdb43ae5c6b370ed08271aa58e635d6

Authored by jiangjiazhi
1 parent 203afb1d26

增加是否通知

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 7a5aa5e
... ... @@ -494,6 +494,7 @@
494 494 map.put("fxys", basicConfigFacade.getBaseicConfigByParentId(SystemConfig.FXYS));
495 495 map.put("gwfz", basicConfigFacade.getBaseicConfigByParentId(SystemConfig.GWFZ));
496 496 map.put("organizations", convert());
  497 + map.put("cTime",DateUtil.getyyyy_MM_dd(new Date()));
497 498 return new BaseObjectResponse().setData(map).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功");
498 499 }
499 500