|
|
@@ -48,7 +48,7 @@
|
|
|
from user_contact
|
|
|
where `owner`=#{owner} and `status`=1
|
|
|
</select>
|
|
|
- <select id="findFriendsByNotInGroup" resultType="cn.reghao.tnb.content.app.chat.model.po.contact.UserContact">
|
|
|
+ <select id="findFriendsByNotInGroup" resultType="cn.reghao.tnb.user.app.model.po.UserContact">
|
|
|
select *
|
|
|
from user_contact contact
|
|
|
where contact.user_id=#{userId} and contact.friend_id not in
|