ZxcZxc123 1 年之前
父節點
當前提交
e06e51ca69
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/api/controller/Education.php

+ 1 - 1
app/api/controller/Education.php

@@ -131,7 +131,7 @@ class Education
      * @throws \think\db\exception\ModelNotFoundException
      */
     public function getCourseInfo($gr_id) {
-        $courses = DB::table('education_courses')
+        $courses = DB::table('table_education_courses')
             ->where('course_status', 1)
             ->whereIn('gr_id', (array) $gr_id)
             ->where('course_audit', 1)