作者 lyh

gx

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