作者 lyh

gx

... ... @@ -8,5 +8,5 @@ class File extends Base
{
protected $table = 'gl_file';
//连接数据库
protected $connection = 'custom_mysql';
// protected $connection = 'custom_mysql';
}
... ...
... ... @@ -9,5 +9,5 @@ class Image extends Base
protected $table = 'gl_image';
//连接数据库
protected $connection = 'custom_mysql';
// protected $connection = 'custom_mysql';
}
... ...