diff --git a/service/app/command/SpiderMt.php b/service/app/command/SpiderMt.php index 86ff11d5..dc328b5f 100644 --- a/service/app/command/SpiderMt.php +++ b/service/app/command/SpiderMt.php @@ -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('没有可以分配的用户'); + throw new \Exception('没有可以分配的用户' . $status); } return $username; }