Browse Source

2023-5-22-1 新增服务区-2

yingzi 2 years ago
parent
commit
ab7f41a892
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/model/api/ArticleModel.php

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

@@ -8,7 +8,7 @@ use think\Model;
 
 class ArticleModel extends Model
 {
-    protected $table = 'article';
+    protected $table = 'table_article';
     protected $autoWriteTimestamp = true;
     protected $createTime = 'create_time';
     protected $updateTime = false;