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