Commit 461de1d7624aca8198d2e80ce1f3b54ad6af4ca3
1 parent
374f9decd0
Exists in
master
and in
6 other branches
加字段
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEyeCheckServiceImpl.java
View file @
461de1d
| ... | ... | @@ -232,6 +232,10 @@ |
| 232 | 232 | temp.put("pid", babyEyeCheck.getPid()); |
| 233 | 233 | BabyModel babyModel = mongoTemplate.findById(babyEyeCheck.getBabyId(), BabyModel.class); |
| 234 | 234 | if(babyModel != null) { |
| 235 | + temp.put("mCardNo", babyModel.getMcertNo()); /** 母亲证件号 */ | |
| 236 | + temp.put("vcCardNo", babyModel.getVcCardNo()); /** 就诊卡号 */ | |
| 237 | + temp.put("pcerteTypeId", babyModel.getMcertTypeId()); /** 证件类型 */ | |
| 238 | + | |
| 235 | 239 | temp.put("name", babyModel.getName()); |
| 236 | 240 | if(babyModel.getSex() != null) { |
| 237 | 241 | temp.put("sex", SexEnum.getTextById(babyModel.getSex())); |