This commit is contained in:
parent
ed06f2676e
commit
e66c75adaf
|
@ -138,7 +138,7 @@ class SpiderMt extends Command
|
||||||
Redis::hIncrBy('CRM:Pool:' . $status, $username, 1);
|
Redis::hIncrBy('CRM:Pool:' . $status, $username, 1);
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
Log::error(dirname(__FILE__) . __LINE__ . '没有可以分配的用户', (array)json_encode($e));
|
Log::error(dirname(__FILE__) . __LINE__ . '没有可以分配的用户', (array)json_encode($e));
|
||||||
throw new \Exception('没有可以分配的用户' . $status);
|
throw new \Exception('没有可以分配的用户' . $status . '--' . $categoryDesc);
|
||||||
}
|
}
|
||||||
return $username;
|
return $username;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue