Commit 46337de98e7dc3bbcd609c6008f9a185050f03f6
1 parent
aa00b6f53e
Exists in
master
and in
6 other branches
孕期、儿童贫血详情增加电话字段
Showing 2 changed files with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
46337de
... | ... | @@ -4914,6 +4914,7 @@ |
4914 | 4914 | map.put("mname",babyModel.getMname()); |
4915 | 4915 | map.put("name",babyModel.getName()); |
4916 | 4916 | map.put("sex",babyModel.getSex()); |
4917 | + map.put("mphone",babyModel.getMphone()); | |
4917 | 4918 | map.put("birth",DateUtil.getyyyy_MM_dd(babyModel.getBirth())); |
4918 | 4919 | map.put("checkMonth",babyCheckModel.getCheckMonth()); |
4919 | 4920 | map.put("checkDate",DateUtil.getyyyy_MM_dd(babyCheckModel.getCheckDate())); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
46337de
... | ... | @@ -8928,6 +8928,7 @@ |
8928 | 8928 | map.put("age",patient.getAge()); |
8929 | 8929 | map.put("birth",DateUtil.getyyyy_MM_dd(patient.getBirth())); |
8930 | 8930 | map.put("cardNo",patient.getCardNo()); |
8931 | + map.put("phone",patient.getPhone()); | |
8931 | 8932 | map.put("checkTime",DateUtil.getyyyy_MM_dd(exChuModel.getCheckTime())); |
8932 | 8933 | map.put("xhdb",exChuModel.getXhdb()); |
8933 | 8934 | mapList.add(map); |