bug修复

This commit is contained in:
xxy
2020-05-02 20:05:43 +08:00
parent ca798314e3
commit 4d5cd12b92
5 changed files with 32 additions and 14 deletions

View File

@ -46,8 +46,4 @@ public interface CacheKey {
* */
String RUNNING_CRAWL_THREAD_KEY_PREFIX = "runningCrawlTreadDataKeyPrefix";
/**
* 标记小说是否正在入库
* */
String NEW_BOOK_IN_SAVE = "newBookInSave";
}

View File

@ -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) {