正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -20,7 +20,7 @@ class TicketLog extends Base | @@ -20,7 +20,7 @@ class TicketLog extends Base | ||
| 20 | public function engineer() | 20 | public function engineer() |
| 21 | { | 21 | { |
| 22 | return $this->belongsTo(Manage::class, 'engineer_id', 'id') | 22 | return $this->belongsTo(Manage::class, 'engineer_id', 'id') |
| 23 | - ->select(['id', 'name']); | 23 | + ->select(['id', 'name', 'mobile']); |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | public function ticket() | 26 | public function ticket() |
-
请 注册 或 登录 后发表评论