Commit cb3354580043aa05c61cc337638be5dfecfc3732
1 parent
7e7ffd406e
Exists in
master
and in
1 other branch
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 @
cb33545
| ... | ... | @@ -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", p.getId()); | |
| 79 | + tempMap.put("patientId", model.getParentId()); | |
| 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())); /** 复查日期 */ |