ZxcZxc123 2 years ago
parent
commit
0e34882617
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/model/api/EducationModel.php

+ 1 - 1
app/model/api/EducationModel.php

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