|
@@ -53,9 +53,6 @@ public class ArticleVideoAuditService {
|
|
|
|
|
|
public Page<ArticleVideoAuditListVO> list(ArticleVideoAuditListParam param) {
|
|
|
int offset = (param.getPageNum() - 1) * param.getPageSize();
|
|
|
- if (CollectionUtils.isEmpty(param.getStatus())) {
|
|
|
- param.setStatus(Collections.singletonList(ArticleVideoAuditStatusEnum.WAITING.getCode()));
|
|
|
- }
|
|
|
int count = articleAuditMapper.articleVideoAuditListCount(param.getContentId(), param.getStatus(),
|
|
|
param.getTitle(), param.getAuditAccount());
|
|
|
List<ArticleVideoAuditListVO> list = articleAuditMapper.articleVideoAuditList(param.getContentId(),
|