diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/violation/user/UserViolationAdjustCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/violation/user/UserViolationAdjustCmdExe.java index 66e3fcfa..058bd5d4 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/violation/user/UserViolationAdjustCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/violation/user/UserViolationAdjustCmdExe.java @@ -107,7 +107,7 @@ public class UserViolationAdjustCmdExe { private String adjustContent(UserProfile userProfile, ViolationTypeEnum violationType, Long userId) { switch (violationType) { case USER_NICKNAME: - return "用户" + userProfile.getAccount(); + return userProfile.getAccount(); case USER_AVATAR: return enumConfigCacheService.getValue(EnumConfigKey.DEFAULT_USER_AVATAR, userProfile.getOriginSys()); default: