|
@ -37,6 +37,10 @@ public class UserBo { |
|
|
this.wxOpenId = u.getWxOpenId(); |
|
|
this.wxOpenId = u.getWxOpenId(); |
|
|
this.createdAt = u.getCreatedAt().getTime(); |
|
|
this.createdAt = u.getCreatedAt().getTime(); |
|
|
|
|
|
|
|
|
|
|
|
if(!StringUtils.hasText(nickname)) { |
|
|
|
|
|
this.nickname = replaceWithX(this.mobile); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
if (encrypt) { |
|
|
if (encrypt) { |
|
|
this.mobile = replaceWithX(this.mobile); |
|
|
this.mobile = replaceWithX(this.mobile); |
|
|
this.aliPayAccount = replaceWithX(this.aliPayAccount); |
|
|
this.aliPayAccount = replaceWithX(this.aliPayAccount); |
|
|