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
 class EducationModel extends Model
 {
 {
-     protected $table = 'education_cate';
+     protected $table = 'table_education_cate';
 
 
 
 
     public static function getInstance()
     public static function getInstance()