|
@@ -3,15 +3,5 @@
|
|
|
<mapper namespace="com.tzld.longarticle.recommend.server.repository.mapper.crawler.CrawlerBaseMapper">
|
|
|
|
|
|
|
|
|
- <select id="getContentCategory"
|
|
|
- resultType="com.tzld.longarticle.recommend.server.service.recall.ContentCategory">
|
|
|
- select distinct content_channel_id, category
|
|
|
- from cold_start_article_pool
|
|
|
- where content_channel_id in
|
|
|
- <foreach collection="channelContentIds" item="item" separator="," open="(" close=")">
|
|
|
- #{item}
|
|
|
- </foreach>
|
|
|
- </select>
|
|
|
-
|
|
|
|
|
|
</mapper>
|