From efedad7ebcd4aaedb2f23ca779354abca4db38bf Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 11 Dec 2025 12:29:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E9=94=99=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rds/service/user/user/impl/CpRelationshipServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/service/user/user/impl/CpRelationshipServiceImpl.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/service/user/user/impl/CpRelationshipServiceImpl.java index 8e8b63b2..eae489dd 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/service/user/user/impl/CpRelationshipServiceImpl.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/service/user/user/impl/CpRelationshipServiceImpl.java @@ -198,7 +198,7 @@ public class CpRelationshipServiceImpl extends @Override public void reconcile(Long userId, Long cpUserId) { - Long now = LocalDateUtils.nowTimestamp().getTime(); + Timestamp now = LocalDateUtils.nowTimestamp(); update() .set(CpRelationship::getStatus, CpRelationshipStatus.NORMAL.name()) .set(CpRelationship::getDismissTime, null)