Commit 808e6790f6f48f53d79e7a35f65e79d57ce0060d
1 parent
6f7ddcb14a
Exists in
master
and in
6 other branches
出生医学证明
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
808e679
... | ... | @@ -4652,6 +4652,8 @@ |
4652 | 4652 | } |
4653 | 4653 | } |
4654 | 4654 | patientMap.put("mbuildhospital", buildHospital);//建档单位 |
4655 | + patientMap.put("mphone",pat.getPhone()); | |
4656 | + | |
4655 | 4657 | |
4656 | 4658 | patientMap.put("mname", pat.getUsername());//母亲姓名 |
4657 | 4659 | patientMap.put("mcountry", getBasicConfig(pat.getPcountryId()));//母亲国籍 |