Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Aug 10, 2019
1 parent be70dcf commit a1021f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public static Observable<TwoDataBean<BookShelfBean, List<BookChapterBean>>> chan
bookShelfBean.setDurChapterName(oldBook.getDurChapterName());
bookShelfBean.setDurChapter(oldBook.getDurChapter());
bookShelfBean.setDurChapterPage(oldBook.getDurChapterPage());
bookShelfBean.setReplaceEnable(oldBook.getReplaceEnable());
return WebBookModel.getInstance().getBookInfo(bookShelfBean)
.flatMap(book -> WebBookModel.getInstance().getChapterList(book))
.flatMap(chapterBeanList -> saveChangedBook(bookShelfBean, oldBook, chapterBeanList))
Expand Down

0 comments on commit a1021f9

Please sign in to comment.