shensong00 16 hours ago
parent
commit
80c2eb514b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/CorpInformation/BatchMarkTagDeal.php

+ 1 - 1
app/Console/Commands/CorpInformation/BatchMarkTagDeal.php

@@ -102,7 +102,7 @@ class BatchMarkTagDeal extends Command
102 102
     }
103 103
 
104 104
     private function dealTask($taskInfo, $recordInfo) {
105
-        $externalUserIdList = explode(',', $recordInfo['external_userid']);
105
+        $externalUserIdList = explode(',', $recordInfo['external_userid_list']);
106 106
         if(empty($externalUserIdList)) {
107 107
             Log::logError('根据记录ID查询记录信息失败', ['record_id' => $recordInfo['id']], $this->logName);
108 108
             EmailQueue::rPush('处理客户批量打标签 - 根据记录ID查询记录信息失败', 'task_id:'.$taskInfo['id'].'; record_id:'.$recordInfo['id'], $this->emailReceiver, $this->emailSender);