mirror of
https://github.com/201206030/novel-plus.git
synced 2025-06-24 04:46:37 +00:00
bug修复
This commit is contained in:
@ -46,8 +46,4 @@ public interface CacheKey {
|
||||
* */
|
||||
String RUNNING_CRAWL_THREAD_KEY_PREFIX = "runningCrawlTreadDataKeyPrefix";
|
||||
|
||||
/**
|
||||
* 标记小说是否正在入库
|
||||
* */
|
||||
String NEW_BOOK_IN_SAVE = "newBookInSave";
|
||||
}
|
@ -26,7 +26,6 @@ public class CrawlParser {
|
||||
public static final Integer BOOK_INDEX_LIST_KEY = 1;
|
||||
|
||||
public static final Integer BOOK_CONTENT_LIST_KEY = 2;
|
||||
private static final Integer BOOK_KEY = 3;
|
||||
|
||||
@SneakyThrows
|
||||
public static Book parseBook(RuleBean ruleBean, String bookId) {
|
||||
|
Reference in New Issue
Block a user