修复默认状态的bug
This commit is contained in:
parent
d30d4b2513
commit
c55f561344
@ -33,7 +33,7 @@ func (a ArtshowArtistSupplementLogic) BatchCreateSupplement(request *artistinfoA
|
|||||||
return errors.New(fmt.Sprintf("用户%s不存在", v))
|
return errors.New(fmt.Sprintf("用户%s不存在", v))
|
||||||
}
|
}
|
||||||
datas = append(datas,
|
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)
|
return dao.ArtistSupplement.BatchCreateData(datas)
|
||||||
|
@ -113,6 +113,7 @@ message GetArtshowVideoDetailRequest{
|
|||||||
string artistUid=1;
|
string artistUid=1;
|
||||||
string lockTime=2;
|
string lockTime=2;
|
||||||
int32 status=3;
|
int32 status=3;
|
||||||
|
int64 id=4;
|
||||||
}
|
}
|
||||||
|
|
||||||
//-------------------画家指数请求参数
|
//-------------------画家指数请求参数
|
||||||
|
Loading…
Reference in New Issue
Block a user