作者 lyh

gx

... ... @@ -20,7 +20,7 @@ use App\Models\Base;
*/
class BTemplateLog extends Base
{
protected $table = 'gl_template_log';
protected $table = 'gl_public_template_log';
//连接数据库
protected $connection = 'custom_mysql';
}
... ...