修改上传人员信息表为D盘固定位置;新增上传弹窗检查

This commit is contained in:
2026-02-09 08:53:41 +08:00
parent 5c38228a1c
commit ac4d41c70b
30 changed files with 111274 additions and 883 deletions

View File

@@ -131,10 +131,7 @@ class DeviceAutomation(object):
logging.info(f"设备 {self.device_id} 登录成功,继续执行更新操作")
time.sleep(1)
# 执行更新操作
if not self.download_tabbar_page.download_tabbar_page_manager():
logging.error(f"设备 {self.device_id} 更新操作执行失败")
return False
# 获取状态为3的线路。
apis.get_line_info_and_save_global(user_name=global_variable.get_username());