派生自 projectDept/qhighschool

yn147
2023-02-17 d7b95b17e4994cfa6513f4c0519228ffdfd4fab0
图片
2个文件已修改
3个文件已添加
12 ■■■■■ 已修改文件
src/main/java/com/qxueyou/scc/controller/ClsLectureController.java 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/qxueyou/scc/controller/CoursewareController.java 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/images/img/banner1.jpg 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/images/img/banner2.jpg 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/images/img/banner3.jpg 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/qxueyou/scc/controller/ClsLectureController.java
@@ -6,10 +6,7 @@
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.*;
import com.qxueyou.scc.admin.classes.model.ClsSubjectChapter;
import com.qxueyou.scc.admin.classes.model.ClsSubjectLecture;
@@ -31,6 +28,7 @@
@Api(tags = "课件管理-教师端")
@RestController
@CrossOrigin(origins="*",maxAge=3600)
@RequestMapping(value = "teach/clsLecture")
public class ClsLectureController {
    @Autowired
src/main/java/com/qxueyou/scc/controller/CoursewareController.java
@@ -9,10 +9,7 @@
import com.qxueyou.scc.teach.subject.model.Subject;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.*;
import com.qxueyou.scc.admin.progress.model.Progress;
import com.qxueyou.scc.admin.progress.service.IProgressService;
@@ -40,6 +37,7 @@
 */
@Api(tags = "课件管理-管理员端")
@RestController
@CrossOrigin(origins="*",maxAge=3600)
@RequestMapping(value = "teach/courseware")
public class CoursewareController {
src/main/resources/static/images/img/banner1.jpg
src/main/resources/static/images/img/banner2.jpg
src/main/resources/static/images/img/banner3.jpg