作者 lyh

gx

... ... @@ -18,7 +18,7 @@ class Visit extends Base
protected $table = 'gl_customer_visit';
//连接数据库
// protected $connection = 'custom_mysql';
protected $connection = 'custom_mysql';
protected $appends = ['device_text'];
... ...
... ... @@ -17,6 +17,6 @@ class VisitItem extends Base
protected $table = 'gl_customer_visit_item';
//连接数据库
// protected $connection = 'custom_mysql';
protected $connection = 'custom_mysql';
}
... ...