ZxcZxc123 2 năm trước cách đây
mục cha
commit
aef146b61e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {