消息通知系统-一键已读;反复点赞、关注及取消 数据存储处理,
This commit is contained in:
@@ -17,4 +17,8 @@ public interface NotificationMapper extends CommonMapper<Notification> {
|
||||
void updateUniqueLikeAndFollow(Long id, LocalDateTime time);
|
||||
|
||||
void deleteNotification(Long id, LocalDateTime time);
|
||||
|
||||
void setPersonalNotificationAllRead(String type, Long receiverId, LocalDateTime time);
|
||||
|
||||
List<Long> getUnreadSysNotification(Long accountId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user