mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-22 06:49:15 +08:00
Update UserUpgrade.php
This commit is contained in:
parent
1d62005708
commit
7c354a8048
@ -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());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user