@@ -268,7 +268,7 @@ public class QuestionServiceImpl extends ServiceImpl<QuestionDao, QuestionEntity
}
if (msg.length() > 0) {
- failRecords.add(errorMsg(i + 1, msg.toString()));
+ failRecords.add(errorMsg(i + 2, msg.toString()));
} else {
ss.add(imp);
@@ -274,7 +274,7 @@ public class StudentScoreServiceImpl extends ServiceImpl<StudentScoreDao, Studen
@@ -212,7 +212,7 @@ public class StudentServiceImpl extends ServiceImpl<StudentDao, StudentEntity> i
imp.setStudentCode(studentCode);