ZxcZxc123 2 лет назад
Родитель
Сommit
adc9fad532
1 измененных файлов с 1 добавлено и 1 удалено
  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')