|
|
@@ -502,7 +502,7 @@ public class AssessmentTemplatePlanServiceImpl extends MPJBaseServiceImpl<Assess
|
|
|
}});
|
|
|
optionList.add(new AssessmentQuestionOptionResultVo(){{
|
|
|
setName("否");
|
|
|
- Integer count = answerCountMap.get(twoQuestion.getId().toString() + "2");
|
|
|
+ Integer count = answerCountMap.get(twoQuestion.getId().toString() + "0");
|
|
|
setPercentage(vo.getStudentCount());
|
|
|
setCount(count == null?0:count);
|
|
|
}});
|