Authored by ping

update

... ... @@ -314,7 +314,7 @@ public class OrderShareActivityServiceImpl implements IOrderShareActivityService
// 4、记录用户领券的记录
respBO.setCoupon(couponVO.getCouponCode());
updateOrderShareRecord(activityInfo.getId(), profileInfo.getUid(), orderCode, couponVO.getCouponCode(), Constant.ORDER_SHARE_USERTYPE_OLD);
respBO.setNewUser(0);
return respBO;
}
... ... @@ -374,7 +374,7 @@ public class OrderShareActivityServiceImpl implements IOrderShareActivityService
//发送短信
sendSMSHelper.sendNoticeSms(mobile, "【Yoho!Buy有货】恭喜您获得一张"+ couponVO.getCouponName() +",您的登录账户是"+ mobile +",密码是"+ registerReqBO.getPassword() +";下载Yoho!Buy有货手机端http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho,更多惊喜等着您!");
respBO.setNewUser(1);
return respBO;
}
... ...