| | |
| | | }
|
| | | }
|
| | |
|
| | | // @Override
|
| | | // public void taoLiJinGet(UserSystemCoupon coupon, int percent) {
|
| | | // if (coupon == null || coupon.getUid() == null)
|
| | | // return;
|
| | | // MsgOtherCouponContentDTO dto = MsgOtherCouponContentDTOFactory.createRewardCouponGet(getLeftDay(coupon),
|
| | | // coupon.getSource(), coupon.getStartTime(), coupon.getEndTime());
|
| | | // try {
|
| | | // msgOtherDetailService.addMsgOtherDetail(MsgOtherDetailFactory.createCouponMsg(coupon.getUid(),
|
| | | // coupon.getId(), dto, MsgTypeOtherTypeEnum.couponReward, "返利已到账后再奖励返利的" + percent + "%"));
|
| | | // } catch (MsgOtherDetailException e) {
|
| | | // e.printStackTrace();
|
| | | // }
|
| | | // }
|
| | |
|
| | | }
|