切换导航条
此项目
正在载入...
登录
周海龙
/
globalso
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
lyh
2023-08-21 09:29:40 +0800
提交
64f480ea880b75bc24fe4427b8334b9826e26e46
1 个父辈
eea982fa
gx
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
app/Models/Visit/Visit.php
app/Models/Visit/VisitItem.php
app/Models/Visit/Visit.php
查看文件 @
64f480e
...
...
@@ -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'
];
...
...
app/Models/Visit/VisitItem.php
查看文件 @
64f480e
...
...
@@ -17,6 +17,6 @@ class VisitItem extends Base
protected
$table
=
'gl_customer_visit_item'
;
//连接数据库
//
protected $connection = 'custom_mysql';
protected
$connection
=
'custom_mysql'
;
}
...
...
请
注册
或
登录
后发表评论