|
@@ -253,8 +253,6 @@ public class OutletScoreServiceImpl implements OutletScoreService{
|
|
|
|
|
|
List<ExamScoreBean> effectiveExamScoreList = resp.getExamScoreBeans();
|
|
|
|
|
|
- //List<ExamScore> effectiveExamScoreList = examScoreDao.findByExamRecordIdIn(examRecordIds);
|
|
|
-
|
|
|
//全部评阅规则或客观分最高规则:取总分最高
|
|
|
if(markingType.equals(MarkingType.ALL.name())||markingType.equals(MarkingType.OBJECT_SCORE_MAX.name())){
|
|
|
List<ExamScoreBean> examScores = effectiveExamScoreList
|