@@ -9,7 +9,7 @@ use think\Model;
*/
class EducationModel extends Model
{
- protected $table = 'education_cate';
+ protected $table = 'table_education_cate';
public static function getInstance()