代码提交

This commit is contained in:
wong
2025-07-22 16:17:02 +08:00
parent 00b56f75fe
commit 3f574b9739

View File

@@ -1273,8 +1273,8 @@ class Adapter implements WeChatServiceInterface
JOIN s2_wechat_chatroom r ON m.chatroomId = r.chatroomId
LEFT JOIN s2_wechat_account a ON a.id = r.wechatAccountId
LEFT JOIN s2_company_account c on c.id = a.deviceAccountId
ORDER BY m.id DESC
GROUP BY m.wechatId
ORDER BY m.id DESC
LIMIT ?, ?
ON DUPLICATE KEY UPDATE
identifier=VALUES(identifier),