作者 lyh

gx

@@ -8,5 +8,5 @@ class News extends Base @@ -8,5 +8,5 @@ class News extends Base
8 { 8 {
9 protected $table = 'gl_news'; 9 protected $table = 'gl_news';
10 //连接数据库 10 //连接数据库
11 - protected $connection = ''; 11 + protected $connection = 'custom_mysql';
12 } 12 }