Просмотр исходного кода

更正 UserContactMapper 中 UserContact 的包路径

reghao 1 год назад
Родитель
Сommit
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