소스 검색

群禁言

yuanliang 11 달 전
부모
커밋
d4c8a33abb
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      cooleshow-user/user-biz/src/main/resources/config/mybatis/ImGroupMemberMapper.xml

+ 0 - 3
cooleshow-user/user-biz/src/main/resources/config/mybatis/ImGroupMemberMapper.xml

@@ -106,9 +106,6 @@
             <if test="param.keyword != null">
                 AND t.nickname_ LIKE concat('%',#{param.keyword},'%')
             </if>
-            <if test="param.groupJoin != null">
-                AND t.group_join_ = #{param.groupJoin}
-            </if>
             <if test="param.groupMute != null">
                 AND t.group_mute_ = #{param.groupMute}
             </if>