فهرست منبع

Merge branch 'feature/0803-im'

zouxuan 2 سال پیش
والد
کامیت
c8e92e4d90
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,