修复好友数据同步不更新问题

This commit is contained in:
wong
2025-07-22 11:04:02 +08:00
parent 4948f9a097
commit a3a2662eb1

View File

@@ -787,6 +787,7 @@ class Adapter implements WeChatServiceInterface
FROM s2_wechat_friend f
LEFT JOIN s2_wechat_account a on a.id = f.wechatAccountId
LEFT JOIN s2_company_account c on c.id = a.deviceAccountId
ORDER BY f.id DESC
LIMIT ?, ?
ON DUPLICATE KEY UPDATE
id=VALUES(id),