集成websocket
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
|
||||
<select id="selectAuthorChatList" resultType="com.dd.admin.business.chat.domain.AuthorChat">
|
||||
SELECT
|
||||
wa.AUTHOR_ID id,
|
||||
wa.AUTHOR_ID id,
|
||||
wa.AUTHOR_NAME displayName,
|
||||
wa.AVATAR_URL avatar,
|
||||
wa.AUTHOR_NAME AS 'index',
|
||||
@@ -161,6 +161,7 @@
|
||||
ORDER BY
|
||||
create_time DESC
|
||||
) wb ON wa.author_id = wb.authorId
|
||||
where wa.AUTHOR_ID != #{authorId}
|
||||
GROUP BY
|
||||
wa.author_id
|
||||
ORDER BY
|
||||
|
@@ -1 +1 @@
|
||||
package com.dd.admin.business.webSocket.handler;
|
||||
package com.dd.admin.business.webSocket.handler;
|
Reference in New Issue
Block a user