代码提交
This commit is contained in:
@@ -1273,8 +1273,8 @@ class Adapter implements WeChatServiceInterface
|
|||||||
JOIN s2_wechat_chatroom r ON m.chatroomId = r.chatroomId
|
JOIN s2_wechat_chatroom r ON m.chatroomId = r.chatroomId
|
||||||
LEFT JOIN s2_wechat_account a ON a.id = r.wechatAccountId
|
LEFT JOIN s2_wechat_account a ON a.id = r.wechatAccountId
|
||||||
LEFT JOIN s2_company_account c on c.id = a.deviceAccountId
|
LEFT JOIN s2_company_account c on c.id = a.deviceAccountId
|
||||||
ORDER BY m.id DESC
|
|
||||||
GROUP BY m.wechatId
|
GROUP BY m.wechatId
|
||||||
|
ORDER BY m.id DESC
|
||||||
LIMIT ?, ?
|
LIMIT ?, ?
|
||||||
ON DUPLICATE KEY UPDATE
|
ON DUPLICATE KEY UPDATE
|
||||||
identifier=VALUES(identifier),
|
identifier=VALUES(identifier),
|
||||||
|
|||||||
Reference in New Issue
Block a user