Commit d938657272f39e83009effa362d04ac6a7581037
1 parent
dac4628348
Exists in
master
and in
6 other branches
增加patientId
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PostReviewServiceImpl.java
View file @
d938657
... | ... | @@ -76,6 +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 | 80 | tempMap.put("vcCardNo", p.getVcCardNo()); |
80 | 81 | tempMap.put("pcerteTypeId", p.getPcerteTypeId()); |
81 | 82 | tempMap.put("checkTime", model.getCheckTime() == null ? null : DateUtil.getyyyy_MM_dd(model.getCheckTime())); /** 复查日期 */ |