From 26fb12f8ca92ed78ae936f261635724fa8d0a588 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Mon, 29 Dec 2025 16:47:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E4=B8=AA=E7=82=B9=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E4=B8=AD=E6=8B=AC=E5=8F=B7=20=E6=9B=B4=E6=96=B0=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E4=B8=8D=E6=9B=B4=E6=96=B0=E5=85=AC=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/other/infra/common/family/FamilyNewsRecorder.java | 2 +- .../red/circle/other/infra/enums/family/FamilyNewsTypeEnum.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/common/family/FamilyNewsRecorder.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/common/family/FamilyNewsRecorder.java index 45508611..f5918bd7 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/common/family/FamilyNewsRecorder.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/common/family/FamilyNewsRecorder.java @@ -43,7 +43,7 @@ public class FamilyNewsRecorder { targetUserName ); - updateFamilyNotice(familyId, newsType); +// updateFamilyNotice(familyId, newsType); } /** diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/enums/family/FamilyNewsTypeEnum.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/enums/family/FamilyNewsTypeEnum.java index c71af50b..432535ac 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/enums/family/FamilyNewsTypeEnum.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/enums/family/FamilyNewsTypeEnum.java @@ -64,7 +64,7 @@ public enum FamilyNewsTypeEnum { String displayName = targetUserName; if (targetUserName != null && targetUserName.length() > 12) { - displayName = targetUserName.substring(0, 12) + "[...]"; + displayName = targetUserName.substring(0, 12) + "..."; } return template.replace("{targetUserName}", displayName != null ? displayName : "");