From ce11fd40c4f9701a7467f4303d840fa2595c3ef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Mon, 4 Dec 2023 14:12:15 +0800 Subject: [PATCH] :bug: Fix a bug. --- tasks/friends/friends.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/friends/friends.go b/tasks/friends/friends.go index c164918..166846a 100644 --- a/tasks/friends/friends.go +++ b/tasks/friends/friends.go @@ -65,6 +65,7 @@ func Sync() { Pinyin: friend.Pinyin, PinyinAll: friend.PinyinAll, Wxid: friend.Wxid, + IsOk: true, }).Error if err != nil { log.Printf("新增好友失败: %s", err.Error())