Browse Source

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

yingzi 2 năm trước cách đây
mục cha
commit
ab7f41a892
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;