add connect interface and log4 with code

This commit is contained in:
lnk
2025-09-08 16:06:53 +08:00
parent 374dd3e7b0
commit d526ffe415
6 changed files with 106 additions and 8 deletions

View File

@@ -320,6 +320,8 @@ void Front::FrontThread() {
//check_3s_config(); // 实时数据触发
//create_recall_xml(); // 生成待补招xml文件
check_ledger_update(); // 触发台账更新
std::this_thread::sleep_for(std::chrono::milliseconds(100));
}
} catch (const std::exception& e) {
std::cerr << "[FrontThread] Caught exception: " << e.what() << std::endl;