From 29f6ee5a632418fd48f33352c83662fe4abb2502 Mon Sep 17 00:00:00 2001 From: dorlolo <428192774@qq.com> Date: Wed, 15 Mar 2023 15:12:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B0=83=E8=AF=95=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/internal/dao/artistInfo_user.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/internal/dao/artistInfo_user.go b/cmd/internal/dao/artistInfo_user.go index dbbc68d..f68b587 100644 --- a/cmd/internal/dao/artistInfo_user.go +++ b/cmd/internal/dao/artistInfo_user.go @@ -1053,6 +1053,7 @@ func GetInviterUserList(in *artistInfoUser.GetInviterUserListRequest) (res *arti age = int64(v.RealNameInfo.Age) idCard = v.RealNameInfo.IdNum } + fmt.Println("idCard", idCard) for _, artistProfile := range artistProfileList.Data { if v.MgmtArtistUid == artistProfile.Uid { penName = artistProfile.PenName