|
@@ -199,7 +199,7 @@ public class TEOpenServiceImpl implements TEOpenService {
|
|
|
final Map<Long, Map<String, Integer>> paperStructMap = new HashMap<>();
|
|
|
//查询需要参与评卷的考生
|
|
|
List<TEExamStudentDto> examStudents = examStudentService
|
|
|
- .findExamStudentIdsNeedMark(examId, courseCode, idGt, count);
|
|
|
+ .findExamStudentNeedMark(examId, courseCode, idGt, count);
|
|
|
if (examStudents != null) {
|
|
|
for (TEExamStudentDto examStudent : examStudents) {
|
|
|
JSONObject obj = new JSONObject();
|