fix recall
This commit is contained in:
@@ -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;
|
std::cout << "[check_recall_file] finish recall monitor=" << lm.monitor_id << std::endl;
|
||||||
//读取记录文件获取响应参数
|
//读取记录文件获取响应参数
|
||||||
|
|||||||
Reference in New Issue
Block a user