自动更新排除掉原创小说

This commit is contained in:
xiongxiaoyang 2020-11-03 08:30:45 +08:00
parent 03c4e6c54b
commit 5fdf618223

View File

@ -6,7 +6,7 @@
<select id="queryNeedUpdateBook" resultType="com.java2nb.novel.entity.Book">
select id,crawl_source_id,crawl_book_id,crawl_last_time,pic_url
from book where last_index_update_time > #{startDate}
from book where last_index_update_time > #{startDate} and crawl_source_id != null
order by crawl_last_time
limit ${limit}