yujian
2019-06-20 bf5d1b405c759de3faa42af37b1f10f42823b105
fanli/src/main/java/com/yeshi/fanli/service/impl/msg/UserOtherMsgNotificationServiceImpl.java
@@ -282,4 +282,18 @@
      }
   }
//   @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();
//      }
//   }
}