作者 lyh

gx

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