|
...
|
...
|
@@ -19,7 +19,7 @@ class TicketProject extends Base |
|
|
|
public function projectV6()
|
|
|
|
{
|
|
|
|
return $this->hasOne(Project::class, 'id', 'table_id')
|
|
|
|
->where('version', 6);
|
|
|
|
->select(['id', 'title', 'company', 'is_upgrade', 'project_type']);
|
|
|
|
}
|
|
|
|
|
|
|
|
// 项目经理
|
...
|
...
|
|