nili 3 months ago
parent
commit
388f7e392c
  1. 1
      game-service/src/main/java/awesome/group/game/service/bo/citrus/UserBo.java

1
game-service/src/main/java/awesome/group/game/service/bo/citrus/UserBo.java

@ -63,6 +63,7 @@ public class UserBo {
this.mobile = replaceWithX(this.mobile); this.mobile = replaceWithX(this.mobile);
this.aliPayAccount = replaceWithX(this.aliPayAccount); this.aliPayAccount = replaceWithX(this.aliPayAccount);
this.wxOpenId = replaceWithX(this.wxOpenId); this.wxOpenId = replaceWithX(this.wxOpenId);
this.name = replaceWithX(this.name);
} }
} }

Loading…
Cancel
Save