zouxuan 2 년 전
부모
커밋
5ed477c553
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/ImNetworkRoomMemberMapper.xml

+ 1 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/ImNetworkRoomMemberMapper.xml

@@ -34,7 +34,7 @@
         a.user_id_ as userId,
         a.username_ as userName,
         a.avatar_ as avatar,
-        a.join_time_ as joinTime,
+        unix_timestamp(a.join_time_) * 1000 as joinTime,
         a.role_ as role,
         a.camera_flag_ as camera,
         a.mic_flag_ as microphone,