Commit c5e204d3e09ce70f98f0fda6c86abef0c44d3522
1 parent
4eadedbd62
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 5 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
c5e204d
... | ... | @@ -3213,6 +3213,11 @@ |
3213 | 3213 | map.put("sex", SexEnum.getTextById(models.get(i).getSex())); |
3214 | 3214 | map.put("mphone", models.get(i).getMphone()); |
3215 | 3215 | map.put("id", models.get(i).getId()); |
3216 | + map.put("fcertNo", models.get(i).getFcertNo()); | |
3217 | + map.put("fcertTypeId", models.get(i).getFcertTypeId()); | |
3218 | + map.put("mcertNo", models.get(i).getMcertNo()); | |
3219 | + map.put("mcertTypeId", models.get(i).getMcertTypeId()); | |
3220 | + map.put("vcCardNo", models.get(i).getVcCardNo()); | |
3216 | 3221 | mapList.add(map); |
3217 | 3222 | } catch (Exception e) { |
3218 | 3223 | e.printStackTrace(); |