Commit c7702dda7b6fcb5850a88b3010b331cc289a97e8

Authored by litao
1 parent 30e6a4290c

bug修复

Showing 1 changed file with 4 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ c7702dd
... ... @@ -1448,6 +1448,10 @@
1448 1448 }
1449 1449 }
1450 1450 map.put("babys",babys);
  1451 +
  1452 + /** 优惠券编号 */
  1453 + map.put("couponCode", couponService.findByUsedId(id));
  1454 +
1451 1455 br.setErrorcode(ErrorCodeConstants.SUCCESS);
1452 1456 br.setErrormsg("成功");
1453 1457 br.setData(map);