ZxcZxc123 2 年之前
父节点
当前提交
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
 {
-    protected $table = 'education_gr';
+    protected $table = 'table_education_gr';
 
     // 获取教育组列表
     public function getEducationGrList($where = [], $limit = 20, $order = 'od asc,recommend desc,gr_id desc')