Commit 9654fcbb by 梅存智

工作任务问题保存多个附件

parent be7228fb
......@@ -350,6 +350,7 @@ public class ResearchQuestionController {
question.setNeedAnswer(questionVo.getNeedAnswer());
question.setDeleted(0);
question.setKeywords(questionVo.getKeywords());
question.setAttachmentUrl(questionVo.getAttachmentUrl());
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