From a74575a3b33e96ae5d7067c0eb1d4eda2e9d60ed Mon Sep 17 00:00:00 2001 From: chengxl Date: Thu, 24 Jul 2025 17:24:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=9F=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/job/ArticleAiCreateContent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/job/ArticleAiCreateContent.php b/application/api/job/ArticleAiCreateContent.php index 4e3dc24..cccd965 100644 --- a/application/api/job/ArticleAiCreateContent.php +++ b/application/api/job/ArticleAiCreateContent.php @@ -108,7 +108,7 @@ class ArticleAiCreateContent $this->QueueRedis->finishJob($sRedisKey, 'completed', $this->completedExprie); $job->delete(); - $this->oQueueJob->log("任务执行成功 | 日志ID: {$iLogId}"); + $this->oQueueJob->log("任务执行成功 | 日志ID: {$iLogId} | 执行日志:{$sMsg}"); } catch (\RuntimeException $e) { $this->oQueueJob->handleRetryableException($e, $iLogId, $sRedisKey, $job);