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