ソースを参照

更正 UserContactMapper 中 UserContact 的包路径

reghao 1 年間 前
コミット
74acfdb482

+ 1 - 1
user/user-service/src/main/resources/mapper/UserContactMapper.xml

@@ -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