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; } //-------------------画家指数请求参数