|
|
@@ -157,7 +157,7 @@ public class BandingTaskServiceImpl extends MPJBaseServiceImpl<BandingTaskMapper
|
|
|
);
|
|
|
List<Long> studentIds = classStudents.stream().map(BandingTaskClassStudent::getNewStudentId).collect(Collectors.toList());
|
|
|
|
|
|
- List<String> orderColumn = new ArrayList();
|
|
|
+ List<String> orderColumn = new ArrayList<>();
|
|
|
orderColumn.add("score");
|
|
|
List<BaseNewStudent> baseNewStudents = newStudentService.selectJoinList(BaseNewStudent.class,
|
|
|
new MPJLambdaWrapper<BaseNewStudent>()
|