Commit 5bdd4c15 authored by 张辰's avatar 张辰

fix bug

parent ccbb4e3a
......@@ -466,7 +466,7 @@ public class ThemeManager {
themeQo.setUpToNowTime(TimeUtils.format(themeEntity.getCreateTime()));
// 添加用户相关信息
buildThemeExtraInfoByUser(userId, themeQo);
return CommonResp.success();
return CommonResp.success(themeQo);
}
// 点赞/取消点赞
......
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