Authored by unknown

有赚推手 发券人修改

... ... @@ -816,14 +816,13 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport
if(SendModelEnum.ONLY_COUPON.getCode().equals(mode)){
try {
JSONObject couponMesBo = new JSONObject();
couponMesBo.put("uid", appYohoCpsNewUid.getUid());
couponMesBo.put("uid", appYohoCpsNewUid.getInviterUid());
logger.info("tryJoinInviteActivity send msg couponMesBo is {} .", JSON.toJSONString(couponMesBo));
logger.debug("tryJoinInviteActivity1 send msg couponMesBo is {} .", JSON.toJSONString(couponMesBo));
yhProducer.send(SEND_COUPON_TOPIC, couponMesBo);
}catch (Exception e){
logger.warn("sendCoupon,cpsSendCoupon error,uid is {},applyId is {},e is {}",appYohoCpsNewUid.getUid(),e);
}
}else if(SendModelEnum.ONLY_COUPON.getCode().equals(mode)){
}else if(SendModelEnum.ONLY_MONEY.getCode().equals(mode)){
//7、参加活动
// 插入额外返利单
insertExtraOrder = new UnionShareOrders();
... ...