fix: 线索数量识别

This commit is contained in:
uye
2026-01-08 19:27:30 +08:00
parent d6723d93de
commit 91971ce650

View File

@@ -175,8 +175,8 @@ bool asst::InfrastReceptionTask::proc_clue_vacancy()
if (utils::chars_to_number(ocr_res->text, available) && available == vacancy_cnt) {
Rect click_rect = confirm_task->roi.move(confirm_task->rect_move);
ctrler()->click(click_rect);
return true;
}
return true;
}
}
}