Commit be96e533 authored by 虢奥's avatar 虢奥

fix

parent 0a5c6a04
...@@ -382,7 +382,7 @@ def get_excavator_prise_location(excavator_id): ...@@ -382,7 +382,7 @@ def get_excavator_prise_location(excavator_id):
""" """
try: try:
logger.error(excavator_id) logger.info(f"正在获取的挖机id:{excavator_id}")
device_name = session_mysql.query(Equipment).filter_by(id=excavator_id, device_type=2).first().device_name device_name = session_mysql.query(Equipment).filter_by(id=excavator_id, device_type=2).first().device_name
are_entrance_key = str("Area_" + device_name) are_entrance_key = str("Area_" + device_name)
......
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