mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update ListenQueue.php
This commit is contained in:
parent
3fd45e6945
commit
c285caef3d
@ -49,7 +49,8 @@ class ListenQueue extends Command
|
|||||||
* @param Output $output 输出对象
|
* @param Output $output 输出对象
|
||||||
*/
|
*/
|
||||||
protected function execute(Input $input, Output $output)
|
protected function execute(Input $input, Output $output)
|
||||||
{
|
{ $this->output->writeln('进程');
|
||||||
|
$this->output->writeln(getmypid());
|
||||||
set_time_limit(0);
|
set_time_limit(0);
|
||||||
$this->app->db->name('SystemQueue')->count();
|
$this->app->db->name('SystemQueue')->count();
|
||||||
if (($this->process = ProcessService::instance())->iswin()) {
|
if (($this->process = ProcessService::instance())->iswin()) {
|
||||||
@ -85,6 +86,8 @@ class ListenQueue extends Command
|
|||||||
*/
|
*/
|
||||||
protected function update($code, array $data = [])
|
protected function update($code, array $data = [])
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
return $this->app->db->name('SystemQueue')->where(['code' => $code])->update($data);
|
return $this->app->db->name('SystemQueue')->where(['code' => $code])->update($data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user