作者 ZhengBing He

mobile

@@ -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()