Commit a0316ff2 authored by 刘基明's avatar 刘基明

修复主题列表

parent bf54a288
......@@ -228,7 +228,7 @@ public class ThemeManager {
if (StringUtils.isEmpty(req.getTopicId())) {
throw new BizException("TopicId为空");
}
themes = themeService.queryNewestByTopic(req.topicId, req.page.pageNumber, pageSize);
themes = themeService.queryNewestByTopic(req.topicId, pageStart, pageSize);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment