Commit decbf851 by 梅存智

修改使用batchInsert批量插入方法keywords字段保存不了

parent 168710ae
......@@ -323,7 +323,7 @@ public class TrResearchQuestionServiceImpl extends ServiceImpl<TrResearchQuestio
if (!CollectionUtils.isEmpty(newQuestions) && !needChangeNo) {
//result += researchQuestionMapper.batchInsert(newQuestions);
//修改使用batchInsert插入时候keywords字段保存不了
//修改使用batchInsert插入时候keywords字段保存不了
for (TrResearchQuestion question : newQuestions) {
result += researchQuestionMapper.insert(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