chore: 优化训练室和加工站进站逻辑

This commit is contained in:
uye
2025-05-01 15:13:37 +08:00
parent 4ae8f98b1c
commit b4803c0054
2 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,9 @@ bool asst::InfrastProcessingTask::_run()
}
swipe_to_the_right_of_main_ui();
enter_facility();
if (!enter_facility()) {
return false;
}
click_bottom_left_tab();
ProcessTask(*this, { "InfrastProcessingEnterOperList" }).run();