|
@@ -217,7 +217,8 @@ public class AsyncQwAiChatSopService {
|
|
|
clonedContent.setVideoId(Long.valueOf(content.getVideoId()));
|
|
clonedContent.setVideoId(Long.valueOf(content.getVideoId()));
|
|
|
clonedContent.setSetting(settingList);
|
|
clonedContent.setSetting(settingList);
|
|
|
clonedContent.setType(content.getType());
|
|
clonedContent.setType(content.getType());
|
|
|
- clonedContent.setCourseType(0);
|
|
|
|
|
|
|
+ Integer ruleCourseType = content.getCourseType();
|
|
|
|
|
+ clonedContent.setCourseType(ruleCourseType != null ? ruleCourseType : 0);
|
|
|
sopLogs.setContentJson(JSON.toJSONString(clonedContent));
|
|
sopLogs.setContentJson(JSON.toJSONString(clonedContent));
|
|
|
sopLogsList.add(sopLogs);
|
|
sopLogsList.add(sopLogs);
|
|
|
});
|
|
});
|