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
7d97c46a46
commit
1d1b03bf9f
@ -37,6 +37,8 @@ class UserUpgrade extends Command
|
||||
$this->queue->message($total, $count, "完成计算用户 [{$user['id']}] 的等级", 1);
|
||||
}
|
||||
$this->setQueueSuccess("此次共重新计算 {$total} 个用户等级。");
|
||||
} catch (Exception $exception) {
|
||||
throw $exception;
|
||||
} catch (\Exception $exception) {
|
||||
$this->setQueueError($exception->getMessage());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user