|
|
@@ -541,12 +541,5 @@ public interface QwExternalContactMapper extends BaseMapper<QwExternalContact> {
|
|
|
void updateJoinGroup(List<Long> longs);
|
|
|
|
|
|
|
|
|
- @Select("select t1.* from qw_external_contact t1 " +
|
|
|
- "inner join qw_group_chat_user t2 on t1.external_user_id = t2.user_id " +
|
|
|
- "where t1.name = #{userName} \n" +
|
|
|
- "and t1.user_id = #{userId} \n" +
|
|
|
- "and t1.corp_id = #{corpId} \n" +
|
|
|
- "and t2.chat_id = #{chatId} \n" +
|
|
|
- "and t1.status = 0")
|
|
|
List<QwExternalContact> getGroupChatUserByChatIdAndUserName(@Param("userId")String userId,@Param("userName")String userName,@Param("corpId") String corpId,@Param("chatId") String chatId);
|
|
|
}
|