Commit 7beb743f by 罗长华

修复查找好友请求报错

parent 3d587fe7
......@@ -31,7 +31,8 @@
friend.reject_remark,
friend.request_remark,
friend.state,
friend.update_time
friend.update_time,
friend.create_time,
from im_friend friend
inner join im_client client on friend.client_id_friend = client.client_id
inner join im_client claimer on friend.client_id_claimer = claimer.client_id
......
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