Commit 3dd0cc27 by 梅存智

Merge branch 'dev' into 'master'

投票保存关键字

See merge request !9
parents 1858be2c fa420c8a
...@@ -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