From c55f56134421fa6e4cb66195d86f1ff6bf782333 Mon Sep 17 00:00:00 2001 From: dorlolo <428192774@qq.com> Date: Fri, 3 Mar 2023 13:59:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=BB=98=E8=AE=A4=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/internal/logic/artistinfo_artshowArtistSupplement.go | 2 +- pb/artistinfoArtshow.proto | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/internal/logic/artistinfo_artshowArtistSupplement.go b/cmd/internal/logic/artistinfo_artshowArtistSupplement.go index 57e681e..8b65f68 100644 --- a/cmd/internal/logic/artistinfo_artshowArtistSupplement.go +++ b/cmd/internal/logic/artistinfo_artshowArtistSupplement.go @@ -33,7 +33,7 @@ func (a ArtshowArtistSupplementLogic) BatchCreateSupplement(request *artistinfoA return errors.New(fmt.Sprintf("用户%s不存在", v)) } datas = append(datas, - model.ArtshowArtistSupplement{LockTime: userInfo.LatestLockTime, ArtistUid: v, ArtistName: userInfo.RealName.Name, Status: 2}, + model.ArtshowArtistSupplement{LockTime: userInfo.LatestLockTime, ArtistUid: v, ArtistName: userInfo.RealName.Name, Status: 2, AuditStatus: 5}, ) } return dao.ArtistSupplement.BatchCreateData(datas) diff --git a/pb/artistinfoArtshow.proto b/pb/artistinfoArtshow.proto index 886352c..35eb796 100644 --- a/pb/artistinfoArtshow.proto +++ b/pb/artistinfoArtshow.proto @@ -113,6 +113,7 @@ message GetArtshowVideoDetailRequest{ string artistUid=1; string lockTime=2; int32 status=3; + int64 id=4; } //-------------------画家指数请求参数