|
|
|
|
@ -206,6 +206,8 @@ public class WxUserMemberServiceImpl implements IWxUserMemberService {
|
|
|
|
|
wxUserIntegralLog.setSource("1");
|
|
|
|
|
wxUserIntegralLog.setFloatScore(integralGlobal.getIntegral());
|
|
|
|
|
wxUserIntegralLog.setRemarkContent("首次完善用户信息");
|
|
|
|
|
wxUserIntegralLog.setCreateBy(SecurityUtils.getLoginUser().getWxUserMember().getNickname());
|
|
|
|
|
wxUserIntegralLog.setCreateTime(DateUtils.getNowDate());
|
|
|
|
|
wxUserIntegralLogMapper.insertWxUserIntegralLog(wxUserIntegralLog);
|
|
|
|
|
|
|
|
|
|
// 2.4、用户注册成功发送消息
|
|
|
|
|
|