|
|
|
@@ -53,20 +53,21 @@ public class FmInsideBasicUserPhoneFirstMsgServiceImpl implements MsgSendService |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
// 成长值 |
|
|
|
wxScoreRulesService.addScore(tenantEntity, EnumScoreType.WECHAT_PHONE, basicInfo); |
|
|
|
// 增加积分 |
|
|
|
wxCUserBasicInfoService.addCredit(basicInfo.getId(),tenantEntity,EnumScoreType.WECHAT_PHONE); |
|
|
|
// 外部注券 |
|
|
|
memCouponFromDspService.couponOrderFromDsp(tenantEntity, basicInfo.getPhone()); |
|
|
|
if(msg.getIsFirst()){ |
|
|
|
// 成长值 |
|
|
|
wxScoreRulesService.addScore(tenantEntity, EnumScoreType.WECHAT_PHONE, basicInfo); |
|
|
|
// 增加积分 |
|
|
|
wxCUserBasicInfoService.addCredit(basicInfo.getId(),tenantEntity,EnumScoreType.WECHAT_PHONE); |
|
|
|
// 外部注券 |
|
|
|
memCouponFromDspService.couponOrderFromDsp(tenantEntity, basicInfo.getPhone()); |
|
|
|
|
|
|
|
//推送猫酷 |
|
|
|
mallCooUserInfoService.pullByMobileMsg(tenantEntity, basicInfo.getId()); |
|
|
|
} |
|
|
|
|
|
|
|
//打标签 |
|
|
|
wxCUserTagsService.triggerAssignTags(EnumAssignTagsTrigger.ASSIGN_TAGS_TRIGGER_PHONE, basicInfo,tenantEntity,null); |
|
|
|
|
|
|
|
//推送猫酷 |
|
|
|
mallCooUserInfoService.pullByMobileMsg(tenantEntity, basicInfo.getId()); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |