ZxcZxc123 3 gadi atpakaļ
vecāks
revīzija
adc9fad532
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/model/api/Education.php

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

@@ -6,7 +6,7 @@ use think\model;
 
 
 class Education extends model
 class Education extends model
 {
 {
-    protected $table = 'education_gr';
+    protected $table = 'table_education_gr';
 
 
     // 获取教育组列表
     // 获取教育组列表
     public function getEducationGrList($where = [], $limit = 20, $order = 'od asc,recommend desc,gr_id desc')
     public function getEducationGrList($where = [], $limit = 20, $order = 'od asc,recommend desc,gr_id desc')