From da87278492c4c8e1cbba276949cec2da37487285 Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Mon, 13 Apr 2026 09:16:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=97=E6=9D=90=E7=9B=91=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- restart_services.sh | 2 ++ 1 file changed, 2 insertions(+) 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 "所有命令执行完成"