1、学生端实操理论测评-未答题不显示分值

beetlsql3-dev
wgf 2 years ago
parent 32252b9a29
commit 1f7e1f06aa

@ -419,7 +419,7 @@ public class StudentHandsOnTaskTheoryService extends CoreBaseService<StudentHand
}else {
resourcesQuestion.set("myOptions", taskTheory.getMyOptions());
// resourcesQuestion.set("studentScore", taskTheory.getTheoryScore());
resourcesQuestion.setStudentScore(taskTheory.getTheoryScore());
resourcesQuestion.setStudentScore(ObjectUtil.isEmpty(taskTheory.getMyOptions()) ? BigDecimal.ZERO : taskTheory.getTheoryScore());
}
}

Loading…
Cancel
Save