课程和标签排序
This commit is contained in:
@@ -77,4 +77,10 @@ public class CourseSociologyController {
|
||||
}
|
||||
}
|
||||
|
||||
@RequestMapping("/updateCourseToSociologySort")
|
||||
public R updateCourseToSociologySort(@RequestBody CourseToSociologyEntity courseToSociologyEntity){
|
||||
courseToSociologyService.updateById(courseToSociologyEntity);
|
||||
return R.ok();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user