shensong00 18 hours ago
parent
commit
875b3fbb2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/CorpInformation/BatchMarkTagNew.php

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

215
                         if (!$result) {
215
                         if (!$result) {
216
                             Log::logError('记录写入失败', ['task_info' => $taskInfo], $this->logName);
216
                             Log::logError('记录写入失败', ['task_info' => $taskInfo], $this->logName);
217
                         } else {
217
                         } else {
218
-                            RedisModel::rPush(BatchMarkTagRecord::BATCH_MARK_TAG_RECORD, json_encode(['task_id' => $taskInfo['id'], 'record' => $result->id]));
218
+                            RedisModel::rPush(BatchMarkTagRecord::BATCH_MARK_TAG_RECORD, json_encode(['task_id' => $taskInfo['id'], 'record_id' => $result->id]));
219
                         }
219
                         }
220
                     }
220
                     }
221
                 }
221
                 }