|
@@ -343,6 +343,9 @@ public class EvaluateObjectServiceImpl extends MPJBaseServiceImpl<EvaluateObject
|
|
|
List<EvaluateExecuterVo> currentExecuterList = new ArrayList<>();
|
|
|
for (Long classId : classIds) {
|
|
|
List<EvaluateExecuterVo> studentList = classExcuterMap.get(classId.toString());
|
|
|
+ if(studentList == null){
|
|
|
+ continue;
|
|
|
+ }
|
|
|
if("random15".equals(dto.getExecuterCount()) && !studentList.isEmpty()){
|
|
|
List<Integer> randomList = new ArrayList<>();
|
|
|
Random random = new Random();
|