Eric 2 년 전
부모
커밋
43ff16921c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      mec-biz/src/main/resources/config/mybatis/ImLiveBroadcastRoomMemberMapper.xml

+ 1 - 0
mec-biz/src/main/resources/config/mybatis/ImLiveBroadcastRoomMemberMapper.xml

@@ -63,6 +63,7 @@
             and a.whether_mic_status_ = #{param.whetherMicStatus}
         </if>
         group by a.user_id_
+        ORDER BY a.join_time_
     </select>
 
     <update id="updateOnlineStatus">