WIN-2308041133\Administrator 2 days ago
parent
commit
652af70da3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/model/api/ForumComment.php
  2. 1 1
      app/model/api/ForumPost.php

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

@@ -14,7 +14,7 @@ use think\facade\Db;
 class ForumComment extends BaseModel
 {
     protected $pk = 'id';
-    protected $table = 'forum_comment';
+    protected $table = 'table_forum_comment';
 
     /**
      * 获取评论列表

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

@@ -13,7 +13,7 @@ use think\Model;
 class ForumPost extends BaseModel
 {
     protected $pk = 'id';
-    protected $table = 'forum_post';
+    protected $table = 'table_forum_post';
 
     /**
      * 获取帖子列表