@@ -180,7 +180,7 @@ public class ExamSimulateServiceImpl extends ServiceImpl<ExamSimulateMapper, Exa
allQ.addAll(qk3);
}
- Collections.reverse(allQ);
+ // Collections.reverse(allQ);
}else{//题型随机
Map<Integer,Integer> map = new HashMap<>();
for(int i=1;i<50;i++){