作者 lyh

gx

@@ -13,7 +13,7 @@ use App\Models\Base; @@ -13,7 +13,7 @@ use App\Models\Base;
13 13
14 class BTemplateCommon extends Base 14 class BTemplateCommon extends Base
15 { 15 {
16 - protected $table = 'gl_template_common'; 16 + protected $table = 'gl_web_template_common';
17 //连接数据库 17 //连接数据库
18 protected $connection = 'custom_mysql'; 18 protected $connection = 'custom_mysql';
19 } 19 }