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

关注更新条数

parent c35925e2
......@@ -5,7 +5,8 @@ public enum ThemeTypeEnum {
DISCUSSION(1,"讨论无标题"),
LONG_TEXT(2,"长文有标题"),
FORWARD(3,"转发");
FORWARD(3,"转发"),
RES_COMMENT(4,"回复,仅回显数据使用");
private Integer code;
private String type;
......
......@@ -177,6 +177,7 @@ public class ThemeManager {
.content(Arrays.asList(commentContent))
.formerTheme(f)
.commentId(commentEntity.getCommentId())
.themeType(ThemeTypeEnum.RES_COMMENT.getCode())
.build();
commentThemeList.add(commentThemeQo);
......
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