瀏覽代碼

更正 UserContactMapper 中 UserContact 的包路径

reghao 1 年之前
父節點
當前提交
74acfdb482
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      user/user-service/src/main/resources/mapper/UserContactMapper.xml

+ 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