Commit 1209d9348230381cdaa539c752da3b88f41d9788
1 parent
46717c901c
Exists in
master
and in
6 other branches
返回数据加上pid
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/DischargeAbstractFacade.java
View file @
1209d93
| ... | ... | @@ -446,6 +446,7 @@ |
| 446 | 446 | Map<String, Object> map = new HashMap<>(); |
| 447 | 447 | Patients patients = patientsService.findOnePatientById(dischargeAbstract.getPatientId()); |
| 448 | 448 | if (null != patients) { |
| 449 | + map.put("pid", patients.getPid()); | |
| 449 | 450 | map.put("name", patients.getUsername()); |
| 450 | 451 | map.put("phoen", patients.getPhone()); |
| 451 | 452 | map.put("age", patients.getAge() + "岁"); |