From 388f7e392c28a938498c52f7e39951653a38b208 Mon Sep 17 00:00:00 2001 From: nili Date: Tue, 9 Jul 2024 21:03:57 +0800 Subject: [PATCH] fx --- .../main/java/awesome/group/game/service/bo/citrus/UserBo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/game-service/src/main/java/awesome/group/game/service/bo/citrus/UserBo.java b/game-service/src/main/java/awesome/group/game/service/bo/citrus/UserBo.java index a712008..6177af7 100644 --- a/game-service/src/main/java/awesome/group/game/service/bo/citrus/UserBo.java +++ b/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.aliPayAccount = replaceWithX(this.aliPayAccount); this.wxOpenId = replaceWithX(this.wxOpenId); + this.name = replaceWithX(this.name); } }