|
|
@@ -337,6 +337,7 @@ public class FsUserCourseController extends BaseController {
|
|
|
/**
|
|
|
* 同步课程模板
|
|
|
*/
|
|
|
+ @PreAuthorize("@ss.hasPermi('course:userCourseVideo:sync')")
|
|
|
@Log(title = "同步课程模板", businessType = BusinessType.UPDATE)
|
|
|
@PostMapping("/syncTemplate/{courseId}")
|
|
|
public AjaxResult syncTemplate(@PathVariable Long courseId) {
|