ZxcZxc123 2 years ago
parent
commit
aef146b61e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/system/controller/CourseController.php

+ 1 - 1
app/system/controller/CourseController.php

@@ -147,7 +147,7 @@ class CourseController
     /**
      * 查找课程
      */
-    public function findCourseById($course_id)
+    public function searchCourse($course_id)
     {
         $course = CourseModel::where('course_id', $course_id)->find();
         if (!$course) {