Compare commits

...

2 Commits

Author SHA1 Message Date
李寻欢
a13e39dc0a Merge pull request '🎨 优化好友列表同步处理逻辑' (#55) from hotfix into main
Reviewed-on: https://gitee.ltd/lxh/go-wxhelper/pulls/55
2024-06-12 21:48:04 +08:00
李寻欢
0f506e5afc 🎨 优化好友列表同步处理逻辑 2024-06-12 21:47:35 +08:00

View File

@@ -103,6 +103,7 @@ func Sync() {
"custom_account": friend.CustomAccount,
"pinyin": friend.Pinyin,
"pinyin_all": friend.PinyinAll,
"is_ok": true,
}
err = tx.Model(&entity.Friend{}).Where("wxid = ?", friend.Wxid).Updates(pm).Error
if err != nil {