This commit is contained in:
wangjinlei
2026-04-16 16:16:08 +08:00
parent 87d815dc17
commit e9a354c663
3 changed files with 27 additions and 14 deletions

View File

@@ -16,6 +16,9 @@ class FillExpertCountry
{
public function fire(Job $job, $data)
{
$expertId = intval(isset($data['expert_id']) ? $data['expert_id'] : 0);
$affiliation = isset($data['affiliation']) ? trim((string)$data['affiliation']) : '';