Commit ce3a3bb505ae1f63677d2344e4a8d5624675e29a
1 parent
16cb8b26df
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/NewbornServiceImpl.java
View file @
ce3a3bb
| ... | ... | @@ -325,6 +325,8 @@ |
| 325 | 325 | restMap.put("unclosedSize", newbornVisit.getUnclosedSize() + "cm X " + newbornVisit.getUnclosedSize2()); |
| 326 | 326 | } |
| 327 | 327 | |
| 328 | + restMap.put("couponCode", newbornVisit.getCouponCode()); | |
| 329 | + | |
| 328 | 330 | /** 访视信息 */ |
| 329 | 331 | restMap.put("checkTimeDesc", newbornVisit.getCheckTimeDesc()); /** 产后天数 */ |
| 330 | 332 | restMap.put("visitHospitalId", mapper.getHospitalName(newbornVisit.getVisitHospitalId())); /** 访视机构 */ |