Commit 6e9a3620 by “Kongxiangkun”

投票列表增加字段

parent 29754d9e
......@@ -351,6 +351,7 @@ public class ResearchQuestionController {
question.setDeleted(0);
question.setKeywords(questionVo.getKeywords());
question.setAttachmentUrl(questionVo.getAttachmentUrl());
question.setLogoSrc(questionVo.getLogoSrc());
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