Implement ZTO actual-arrival download and extract shared poll engine
- Implement zto_actual_download via the 到件扫描监控 menu with 子单 number-type filter, reusing the common download flow - Extract the export-task poll/verify/download/merge steps into _zto_poll_and_download_tasks so both ZTO flows share it - Tighten task time-match window from 120s to 60s and add a refresh-and-recheck loop when expected tasks are missing or pending - Drop unused _ensure_menu_expanded helper - Update menu [6] label since actual-arrival is now implemented Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -240,7 +240,7 @@ def run_multi_site_daemon():
|
||||
print("-" * 52)
|
||||
print(" 模块三:【中通】数据处理流")
|
||||
print(" [5] 执行 - 应到货物数据下载")
|
||||
print(" [6] 执行 - 实到货物数据下载 (待开发)")
|
||||
print(" [6] 执行 - 实到货物数据下载")
|
||||
print("-" * 52)
|
||||
print(" 全局数据引擎")
|
||||
print(" [9] 执行 - 离线异常数据清洗比对 (Left Anti-Join)")
|
||||
|
||||
Reference in New Issue
Block a user