@@ -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')