|
...
|
...
|
@@ -224,7 +224,7 @@ class FetchTicketProjects extends Command |
|
|
|
'version' => empty($item->version) ? 7 : $item->version, // 版本号
|
|
|
|
'plan' => $item->planMap()[$item->deploy_build->plan] ?? '',
|
|
|
|
'project_cate' => 2,
|
|
|
|
'wechat_group_id' => ProjectAssociation::where('project_id', $project->table_id)
|
|
|
|
'wechat_group_id' => ProjectAssociation::where('project_id', $item->id)
|
|
|
|
->where('status', ProjectAssociation::STATUS_NORMAL)
|
|
|
|
->where('binding_app', ProjectAssociation::ENTERPRISE_WECHAT)
|
|
|
|
->value('friend_id'),
|
...
|
...
|
|