|
@@ -523,8 +523,6 @@ public class ReportsComputeServiceImpl implements ReportsComputeService {
|
|
|
// 设置满分数值
|
|
|
if (st.getTotalScore() != null) {
|
|
|
bean.setTotalScore(st.getTotalScore());
|
|
|
- }else {
|
|
|
- throw new StatusException("10020","试卷满分不能为空 ExamStudentId:"+st.getExamStudentId());
|
|
|
}
|
|
|
// 最高分
|
|
|
if (!st.getAbsent() && st.getScore() > bean.getMaxScore()) {
|