基建typo: roder->order
This commit is contained in:
parent
10ba325a6c
commit
c08bcbafca
1 changed files with 2 additions and 2 deletions
|
@ -1188,7 +1188,7 @@ class BaseSchedulerSolver(SceneGraphSolver, BaseMixin):
|
|||
in_out_plan[room][idx] = x.replacement[0]
|
||||
config.tasks.append(
|
||||
SchedulerTask(
|
||||
time=self.get_run_roder_time(room),
|
||||
time=self.get_run_order_time(room),
|
||||
task_plan=in_out_plan,
|
||||
task_type=TaskTypes.RUN_ORDER,
|
||||
meta_data=room,
|
||||
|
@ -1639,7 +1639,7 @@ class BaseSchedulerSolver(SceneGraphSolver, BaseMixin):
|
|||
].replacement, self.op_data.operators["菲亚梅塔"].room
|
||||
return None, None
|
||||
|
||||
def get_run_roder_time(self, room):
|
||||
def get_run_order_time(self, room):
|
||||
logger.info("基建:读取插拔时间")
|
||||
execute_time = GetOrderRemainingTimeSolver().run(room)
|
||||
execute_time = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue