fix recall

This commit is contained in:
lnk
2025-11-04 15:42:40 +08:00
parent beedb9aeca
commit 02d2b021cd

View File

@@ -4885,7 +4885,9 @@ void check_recall_file() {
}
}
if (had_items_before && popped_any && lm.recall_list_static.empty()) {//处理后,当前测点补招记录为空
if (had_items_before && popped_any &&
(lm.recall_list_static.empty() ||
(!lm.recall_list_static.empty() && lm.recall_list_static.front().recall_guid != dev.guid))) {//处理后,当前测点补招记录为空
//通知补招全部完成
std::cout << "[check_recall_file] finish recall monitor=" << lm.monitor_id << std::endl;
//读取记录文件获取响应参数