正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论