Commit fa420c8a by 梅存智

投票保存关键字

parent be9b0dd4
...@@ -344,6 +344,7 @@ public class ResearchQuestionController { ...@@ -344,6 +344,7 @@ public class ResearchQuestionController {
question.setContentAppendixUrl(questionVo.getContentAppendixUrl()); question.setContentAppendixUrl(questionVo.getContentAppendixUrl());
question.setNeedAnswer(questionVo.getNeedAnswer()); question.setNeedAnswer(questionVo.getNeedAnswer());
question.setDeleted(0); question.setDeleted(0);
question.setKeywords(questionVo.getKeywords());
return question; return question;
} }
......
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