bug修复

This commit is contained in:
xxy
2020-05-03 04:30:27 +08:00
parent 4d5cd12b92
commit 610389b5d3
6 changed files with 59 additions and 234 deletions

View File

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