fix bash in process control

This commit is contained in:
lnk
2025-07-04 09:50:59 +08:00
parent cc909101df
commit 2ae87cb022
6 changed files with 126 additions and 106 deletions

View File

@@ -318,7 +318,7 @@ void Front::FrontThread() {
try {
while (!m_bIsFrontThreadCancle) {
check_3s_config(); // 实时数据触发
create_recall_xml(); // 生成待补招xml文件
//create_recall_xml(); // 生成待补招xml文件
check_ledger_update(); // 触发台账更新
}
} catch (const std::exception& e) {