|
@@ -118,7 +118,7 @@ public class CourseBusinessController extends BaseController {
|
|
|
@Log(title = "业务层次", businessType = BusinessType.UPDATE)
|
|
|
@PostMapping("/editLearningOrder")
|
|
|
public AjaxResult<Void> editLearningOrder(@RequestBody CourseBusinessEditBo bo) {
|
|
|
- return toAjax(iCourseBusinessService.editModel(bo) ? 1 : 0);
|
|
|
+ return toAjax(iCourseBusinessService.editLearningOrder(bo) ? 1 : 0);
|
|
|
}
|
|
|
|
|
|
|