xiatian 2 сар өмнө
parent
commit
82852a2f25

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

@@ -1599,6 +1599,7 @@ public class ExtractConfigServiceImpl implements ExtractConfigService {
 
 
             ExtractConfigBean cacheBean = new ExtractConfigBean();
             ExtractConfigBean cacheBean = new ExtractConfigBean();
             ret.add(cacheBean);
             ret.add(cacheBean);
+            cacheBean.setCourseId(Long.valueOf(extractConfig.getCourse().getId()));
             cacheBean.setId(extractConfig.getId());
             cacheBean.setId(extractConfig.getId());
             cacheBean.setExamId(examId);
             cacheBean.setExamId(examId);
             cacheBean.setCallType(extractConfig.getCallType());
             cacheBean.setCallType(extractConfig.getCallType());