fix: 排行榜查询返回作者名

This commit is contained in:
xiongxiaoyang 2022-05-14 18:39:02 +08:00
parent 7e0062c488
commit f89a111543

View File

@ -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());