From 183092b67001bd0f412183d6b955e99389735838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Thu, 29 Sep 2022 09:43:27 +0800 Subject: [PATCH] =?UTF-8?q?enhance(user):=E6=B8=85=E9=99=A4=E5=B7=B2?= =?UTF-8?q?=E7=BB=8F=E4=B8=8D=E5=86=8D=E4=BD=BF=E7=94=A8=E7=9A=84=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E8=AF=AD=E5=8F=A5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/user.go | 1 - 1 file changed, 1 deletion(-) diff --git a/service/user.go b/service/user.go index 6658652..bc28c04 100644 --- a/service/user.go +++ b/service/user.go @@ -296,7 +296,6 @@ func (us _UserService) SearchLimitUsers(keyword string, limit int) ([]model.Join Type: u.Type, Enabled: u.Enabled, }) - us.l.Debug("Check", zap.Any("User", u), zap.Any("Detail", u.Detail), zap.Any("assembled", detailedUsers)) relations = append(relations, fmt.Sprintf("user:%s", u.Id)) } relations = append(relations, "user")