From d7944a0c644020d1a572b0158991e44f6563e356 Mon Sep 17 00:00:00 2001 From: GoCo Date: Tue, 23 Sep 2025 13:58:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=AB=A0=E8=8A=82=E8=AF=A6=E6=83=85=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../aiol/constant/EntityLinkConst.java | 4 +-- .../service/impl/AiolCourseServiceImpl.java | 27 ++++++++++++++++++- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/jeecg-boot/jeecg-boot-module/jeecg-module-aiol/src/main/java/org/jeecg/modules/aiol/constant/EntityLinkConst.java b/jeecg-boot/jeecg-boot-module/jeecg-module-aiol/src/main/java/org/jeecg/modules/aiol/constant/EntityLinkConst.java index 41dee935..c7580a00 100644 --- a/jeecg-boot/jeecg-boot-module/jeecg-module-aiol/src/main/java/org/jeecg/modules/aiol/constant/EntityLinkConst.java +++ b/jeecg-boot/jeecg-boot-module/jeecg-module-aiol/src/main/java/org/jeecg/modules/aiol/constant/EntityLinkConst.java @@ -27,11 +27,11 @@ public final class EntityLinkConst { /** 内容类型 */ public static final class TargetType { private TargetType() {} - // 资源(对应资源表) + // 资源(对应资源表),包括视频和文档 public static final String RESOURCE = "resource"; // 作业(对应作业表) public static final String HOMEWORK = "homework"; - // 考试(对应考试表) + // 考试(对应考试表),包括考试和练习 public static final String EXAM = "exam"; // 课程 public static final String COURSE = "course"; diff --git a/jeecg-boot/jeecg-boot-module/jeecg-module-aiol/src/main/java/org/jeecg/modules/aiol/service/impl/AiolCourseServiceImpl.java b/jeecg-boot/jeecg-boot-module/jeecg-module-aiol/src/main/java/org/jeecg/modules/aiol/service/impl/AiolCourseServiceImpl.java index 67074b63..ee272748 100644 --- a/jeecg-boot/jeecg-boot-module/jeecg-module-aiol/src/main/java/org/jeecg/modules/aiol/service/impl/AiolCourseServiceImpl.java +++ b/jeecg-boot/jeecg-boot-module/jeecg-module-aiol/src/main/java/org/jeecg/modules/aiol/service/impl/AiolCourseServiceImpl.java @@ -82,6 +82,12 @@ public class AiolCourseServiceImpl extends ServiceImpl