diff --git a/restart_services.sh b/restart_services.sh index 40a78fb..bf44cfd 100644 --- a/restart_services.sh +++ b/restart_services.sh @@ -40,5 +40,7 @@ nohup php rabbproductupdate.php & echo "启动 orderDetailUpdate 进程..." nohup php orderDetailUpdate.php & +echo "启动 consinfochangequeue 进程..." +nohup php consinfochangequeue.php & echo "所有命令执行完成"