From 7c354a8048b1cc551b58ec8643f68129e8c9b059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 7 Apr 2021 16:44:38 +0800 Subject: [PATCH] Update UserUpgrade.php --- app/data/command/UserUpgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/command/UserUpgrade.php b/app/data/command/UserUpgrade.php index 93740e928..fda97daff 100644 --- a/app/data/command/UserUpgrade.php +++ b/app/data/command/UserUpgrade.php @@ -36,7 +36,7 @@ class UserUpgrade extends Command UserUpgradeService::instance()->upgrade($user['id']); $this->queue->message($total, $count, "完成计算用户 [{$user['id']}] 的等级", 1); } - $this->setQueueSuccess("此次共处理 {$total} 计算用户等级。"); + $this->setQueueSuccess("此次共重新计算 {$total} 个用户等级。"); } catch (\Exception $exception) { $this->setQueueError($exception->getMessage()); }