xiatian 1 год назад
Родитель
Сommit
b40fbdc00f

+ 3 - 0
examcloud-core-questions-service/src/main/java/cn/com/qmth/examcloud/core/questions/service/impl/RandomPaperServiceImpl.java

@@ -867,6 +867,9 @@ public class RandomPaperServiceImpl implements RandomPaperService {
 				for (RandomPaperQuestionDto dto : si.getEasyInfo().getQuestionInfo()) {
 					addRqs(rqs, dto, e);
 				}
+				for (RandomPaperQuestionDto dto : si.getAnyInfo().getQuestionInfo()) {
+					addRqs(rqs, dto, e);
+				}
 			}
 			randomPaperQuestionRepo.saveAll(rqs);
 			String key = CacheConstants.CACHE_Q_RANDOM_PAPER + e.getId();