fix.修复公招关闭设置时间不生效的问题

This commit is contained in:
MistEO
2021-11-01 22:14:11 +08:00
parent 909d123f8f
commit ff91fc1d70

View File

@@ -30,8 +30,10 @@ bool RecruitTask::run()
return false;
}
for (const auto& rect : analyzer.get_set_time_rect()) {
ctrler.click(rect, false);
if (m_set_time) {
for (const auto& rect : analyzer.get_set_time_rect()) {
ctrler.click(rect, false);
}
}
const std::vector<TextRect>& all_tags = analyzer.get_tags_result();