Commit 8c8fb87dfe8838211765d1d9db8e91ac1d5f5e60
1 parent
906545bc59
Exists in
master
and in
6 other branches
出院小结和自动诊断
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 @
8c8fb87
... | ... | @@ -5863,6 +5863,7 @@ |
5863 | 5863 | map.put("cardNo", pat.getCardNo()); |
5864 | 5864 | map.put("phone", pat.getPhone()); |
5865 | 5865 | map.put("type", pat.getType()); |
5866 | + map.put("cardNoType", pat.getPcerteTypeId()); | |
5866 | 5867 | |
5867 | 5868 | map.put("fid", model.getFid() == null ? "" : model.getFid()); |
5868 | 5869 |