|
@@ -47,7 +47,7 @@ public class CourseController extends AppBaseController{
|
|
|
private IFsCourseSopAppLinkService courseSopAppLinkService;
|
|
|
|
|
|
|
|
|
- @Cacheable(value="getCourseCate" )
|
|
|
+// @Cacheable(value="getCourseCate" )
|
|
|
@ApiOperation("获取分类")
|
|
|
@GetMapping("/getCourseCate")
|
|
|
public R getCourseCate(){
|
|
@@ -70,7 +70,7 @@ public class CourseController extends AppBaseController{
|
|
|
return R.error("操作异常");
|
|
|
}
|
|
|
}
|
|
|
- @Cacheable(value = "getCourseList",key = "#param" )
|
|
|
+// @Cacheable(value = "getCourseList",key = "#param" )
|
|
|
@ApiOperation("课程列表")
|
|
|
@GetMapping("/getCourseList")
|
|
|
public R getCourseList(FsUserCourseListUParam param)
|