use set_real_state_count

This commit is contained in:
lnk
2025-07-14 13:27:38 +08:00
parent 3fb8ac84f5
commit 8e4e45ce31
4 changed files with 17 additions and 9 deletions

View File

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