mirror of
https://gitee.com/novel_dev_team/novel
synced 2026-07-20 17:52:45 +08:00
fix: 排行榜查询返回作者名
This commit is contained in:
@@ -67,6 +67,7 @@ public class BookRankCacheManager {
|
||||
respDto.setCategoryId(v.getCategoryId());
|
||||
respDto.setCategoryName(v.getCategoryName());
|
||||
respDto.setBookName(v.getBookName());
|
||||
respDto.setAuthorName(v.getAuthorName());
|
||||
respDto.setPicUrl(v.getPicUrl());
|
||||
respDto.setBookDesc(v.getBookDesc());
|
||||
respDto.setLastChapterName(v.getLastChapterName());
|
||||
|
||||
Reference in New Issue
Block a user