|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package com.sztzjy.marketing.service.impl;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import cn.hutool.core.collection.CollectionUtil;
|
|
|
|
|
import cn.hutool.core.io.FileUtil;
|
|
|
|
|
import cn.hutool.core.lang.Snowflake;
|
|
|
|
|
import cn.hutool.core.util.CharsetUtil;
|
|
|
|
@ -115,6 +116,7 @@ public class StuConceptBlockServiceImpl implements StuConceptBlockService {
|
|
|
|
|
List<StuAssessmentQuestionDetails> stuAssessmentQuestionDetails = stuAssessmentQuestionDetailsMapper.selectByExample(detailsExample);
|
|
|
|
|
|
|
|
|
|
StuLearningAssessmentExample example = new StuLearningAssessmentExample();
|
|
|
|
|
example.setOrderByClause("topic_number asc");
|
|
|
|
|
StuLearningAssessmentExample.Criteria criteria = example.createCriteria();
|
|
|
|
|
criteria.andLogicEqualTo(1);
|
|
|
|
|
List<StuLearningAssessment> stuLearningAssessments = stuLearningAssessmentMapper.selectByExample(example);
|
|
|
|
@ -130,6 +132,8 @@ public class StuConceptBlockServiceImpl implements StuConceptBlockService {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return stuAssessmentQuestionDetailsDTOS;
|
|
|
|
|
}
|
|
|
|
|
for (int i = 0; i < stuAssessmentQuestionDetailsDTOS.size(); i++) {
|
|
|
|
|