Commit 96d463b3 by Future

好友申请列表

parent 167c049b
......@@ -106,6 +106,7 @@ public class ImFriendService extends BaseServiceImpl<ImFriendMapper, ImFriend> {
} else {
my.setId(SnowflakeUtil.getId());
my.setCreateTime(new Date());
my.setUpdateTime(new Date());
this.save(my);
}
......@@ -123,6 +124,7 @@ public class ImFriendService extends BaseServiceImpl<ImFriendMapper, ImFriend> {
} else {
friend.setId(SnowflakeUtil.getId());
friend.setCreateTime(new Date());
friend.setUpdateTime(new Date());
this.save(friend);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment