ZxcZxc123 3 年之前
父节点
当前提交
0e34882617
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()