Commit 0c03003009c7a8c93c538aa7a4720417330830f3
1 parent
382c32ef15
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
0c03003
... | ... | @@ -8881,7 +8881,7 @@ |
8881 | 8881 | map.put("name",patient.getUsername()); |
8882 | 8882 | map.put("age",patient.getAge()); |
8883 | 8883 | map.put("birth",DateUtil.getyyyy_MM_dd(patient.getBirth())); |
8884 | - map.put("name",patient.getUsername()); | |
8884 | + map.put("cardNo",patient.getCardNo()); | |
8885 | 8885 | map.put("checkTime",DateUtil.getyyyy_MM_dd(exChuModel.getCheckTime())); |
8886 | 8886 | map.put("xhdb",exChuModel.getXhdb()); |
8887 | 8887 | mapList.add(map); |