Commit f42165f285918f46a9cf0d4612200ae21c4d5d4c
1 parent
cb33545800
Exists in
master
and in
6 other branches
id
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PostReviewServiceImpl.java
View file @
f42165f
| ... | ... | @@ -76,7 +76,7 @@ |
| 76 | 76 | Patients p = mongoTemplate.findById(model.getParentId(), Patients.class); |
| 77 | 77 | tempMap.put("id", model.getId()); |
| 78 | 78 | tempMap.put("pid", p.getPid()); |
| 79 | - tempMap.put("patientId", model.getParentId()); | |
| 79 | + tempMap.put("patientId", p.getId()); | |
| 80 | 80 | tempMap.put("vcCardNo", p.getVcCardNo()); |
| 81 | 81 | tempMap.put("pcerteTypeId", p.getPcerteTypeId()); |
| 82 | 82 | tempMap.put("checkTime", model.getCheckTime() == null ? null : DateUtil.getyyyy_MM_dd(model.getCheckTime())); /** 复查日期 */ |