Commit 82b6ad9f809ed799a7e32246fcb5a631adaf6d41
1 parent
486b78a8e2
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 7 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
82b6ad9
| ... | ... | @@ -474,6 +474,13 @@ |
| 474 | 474 | |
| 475 | 475 | resMap.put("baseInfo", base); |
| 476 | 476 | resMap.put("checkList", list); |
| 477 | + | |
| 478 | + /** 优惠券编号 */ | |
| 479 | + String hemoglobinCoupon = couponService.findByUsedId(id); | |
| 480 | + if(StringUtils.isNotEmpty(hemoglobinCoupon)) { | |
| 481 | + resMap.put("hemoglobinCoupon", hemoglobinCoupon); | |
| 482 | + } | |
| 483 | + | |
| 477 | 484 | br.setData(resMap); |
| 478 | 485 | br.setErrorcode(ErrorCodeConstants.SUCCESS); |
| 479 | 486 | br.setErrormsg("成功"); |