作者 lyh

gx

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