mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-27 01:30:51 +00:00
自动更新排除掉原创小说
This commit is contained in:
parent
03c4e6c54b
commit
5fdf618223
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user