报错修复
This commit is contained in:
parent
e43f61cdeb
commit
efedad7ebc
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user