修改了已知问题 del

This commit is contained in:
2025-12-01 09:13:32 +08:00
parent b40fcf19d8
commit 416890ccdd
2 changed files with 5 additions and 0 deletions

View File

@@ -37,4 +37,8 @@ nohup php rabborderprint.php &
echo "启动 rabbproductupdate 进程..."
nohup php rabbproductupdate.php &
echo "启动 orderDetailUpdate 进程..."
nohup php orderDetailUpdate.php &
echo "所有命令执行完成"

View File

@@ -9,6 +9,7 @@ $processKeywords = [
'applysmstemp.php',
'birthdaygiftsms.php',
'rabborderprint.php',
'orderDetailUpdate.php',
'rabbproductupdate.php'
];