|
@@ -6,6 +6,7 @@ import com.tzld.longarticle.recommend.server.model.dto.LongArticlesMatchVideos;
|
|
|
import com.tzld.longarticle.recommend.server.model.dto.LongArticlesText;
|
|
import com.tzld.longarticle.recommend.server.model.dto.LongArticlesText;
|
|
|
import com.tzld.longarticle.recommend.server.model.entity.longArticle.*;
|
|
import com.tzld.longarticle.recommend.server.model.entity.longArticle.*;
|
|
|
import com.tzld.longarticle.recommend.server.model.param.ArticleVideoPoolSourceParam;
|
|
import com.tzld.longarticle.recommend.server.model.param.ArticleVideoPoolSourceParam;
|
|
|
|
|
+import com.tzld.longarticle.recommend.server.model.vo.ArticleCategoryListVO;
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
|
|
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
@@ -67,4 +68,12 @@ public interface LongArticleBaseMapper {
|
|
|
List<PublishSingleVideoSource> getPublishSingleVideoSource(ArticleVideoPoolSourceParam param);
|
|
List<PublishSingleVideoSource> getPublishSingleVideoSource(ArticleVideoPoolSourceParam param);
|
|
|
|
|
|
|
|
List<String> getFilterColdLongArticleTitle();
|
|
List<String> getFilterColdLongArticleTitle();
|
|
|
|
|
+
|
|
|
|
|
+ Integer articleCategoryCount(String title);
|
|
|
|
|
+
|
|
|
|
|
+ List<ArticleCategoryListVO> articleCategoryList(String title, Integer offset, Integer pageSize);
|
|
|
|
|
+
|
|
|
|
|
+ void updateArticleCategory(String title, String category);
|
|
|
|
|
+
|
|
|
|
|
+ void updateDatastatScoreCategory(String title, String category);
|
|
|
}
|
|
}
|