This commit is contained in:
jianghanbo 2024-10-07 11:35:40 +08:00
parent ed06f2676e
commit e66c75adaf
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class SpiderMt extends Command
Redis::hIncrBy('CRM:Pool:' . $status, $username, 1);
} catch (\Exception $e) {
Log::error(dirname(__FILE__) . __LINE__ . '没有可以分配的用户', (array)json_encode($e));
throw new \Exception('没有可以分配的用户' . $status);
throw new \Exception('没有可以分配的用户' . $status . '--' . $categoryDesc);
}
return $username;
}