瀏覽代碼

Merge branch 'feature/0803-im'

zouxuan 2 年之前
父節點
當前提交
c8e92e4d90

+ 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,