提交 94bf6b15 作者: chenshiqiang

add importData in message

上级 ccab2524
...@@ -51,6 +51,7 @@ public class KnowledgeMessage { ...@@ -51,6 +51,7 @@ public class KnowledgeMessage {
private String type; private String type;
private String author; private String author;
private String contentAll; private String contentAll;
private Integer importData;
private List<Content> contents; private List<Content> contents;
......
...@@ -430,6 +430,7 @@ class KnowledgeServiceImpl implements IKnowledgeService { ...@@ -430,6 +430,7 @@ class KnowledgeServiceImpl implements IKnowledgeService {
knowledgeList.add(KnowledgeVO.builder() knowledgeList.add(KnowledgeVO.builder()
.id((String) one.get("id")) .id((String) one.get("id"))
.importData((int) one.get("importData"))
.title((String) one.get("title")) .title((String) one.get("title"))
.author((String) one.get("author")) .author((String) one.get("author"))
.score((int) one.get("score")) .score((int) one.get("score"))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论