Skip to content

Commit

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

0 comments on commit 23fb15a

Please sign in to comment.