ZxcZxc123 il y a 2 ans
Parent
commit
0e34882617
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 {
-     protected $table = 'education_cate';
+     protected $table = 'table_education_cate';
 
 
     public static function getInstance()