Commit b196bd44 authored by Allvey's avatar Allvey

物料UUID修正

parent 348b6fa6
......@@ -156,10 +156,10 @@ class ExcavatorInfo(WalkManage):
rule = rule7.rule_weight
if rule == 3:
if self.excavator_material[excavator_id] == 'c8092d59-7597-44d7-a731-5a568b46060e':
if self.excavator_material[excavator_id] == 'e56eb559-a746-4cc4-8ada-ebf9819fbe27':
self.excavator_material_priority[self.excavator_uuid_to_index_dict[excavator_id]] = 5
elif rule == 1:
if self.excavator_material[excavator_id] == 'c481794b-6ced-45b9-a9c4-c4a388f44418':
if self.excavator_material[excavator_id] == '81bb175d-50fe-4be3-937e-6791ac4d6fec':
self.excavator_material_priority[self.excavator_uuid_to_index_dict[excavator_id]] = 5
def reset(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment