From d80fb0c0869e20df6a5825f733f05b00ab58127d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BF=8A=E5=AE=8F?= <389838709@qq.com> Date: Mon, 8 Jul 2024 17:40:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A3=E6=AC=BE=E5=A4=B1=E8=B4=A5=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E9=87=8D=E8=AF=95=E6=89=A3=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/cmd/PayOrderRetry.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/cmd/PayOrderRetry.php b/app/cmd/PayOrderRetry.php index d1bb4f3..366d5ed 100644 --- a/app/cmd/PayOrderRetry.php +++ b/app/cmd/PayOrderRetry.php @@ -20,7 +20,6 @@ class PayOrderRetry extends Command protected function configure() { $this->setName('payOrderRetry')->setDescription('重试扣款失败的订单'); - } /** @@ -61,7 +60,7 @@ class PayOrderRetry extends Command } } }); - Log::info(sprintf("扣款job执行情况:执行成功,累计 %s, 受理成功 %s, 失败 %s", $this->count, $this->successCount, $this->failedCount)); + Log::info(sprintf("重试扣款失败的job执行情况:执行成功,累计 %s, 受理成功 %s, 失败 %s", $this->count, $this->successCount, $this->failedCount)); $output->writeln(sprintf("重试扣款失败的订单执行成功,累计 %s, 受理成功 %s, 失败 %s", $this->count, $this->successCount, $this->failedCount)); } } \ No newline at end of file