fix:op主播昵称审核
This commit is contained in:
parent
c5a9102063
commit
38af424c26
|
@ -3338,7 +3338,7 @@ func (s *Service) OpGetTextAuditTaskVOList(ctx *gin.Context, req *textaudittaskp
|
|||
}
|
||||
|
||||
// 主播昵称审核
|
||||
if util.DerefInt64(req.Role) == consts.Streamer {
|
||||
if req.Role != nil && *req.Role == consts.Streamer {
|
||||
filterVoList := make([]*textaudittaskproto.TextAuditTaskVO, 0)
|
||||
for _, vo := range volist {
|
||||
account := acctMp[vo.GetMid()]
|
||||
|
|
Loading…
Reference in New Issue