The previous filter kept rows with non-empty handover numbers (派件/签收 scans), which were duplicate rows. The correct logic is to keep rows with empty handover numbers (到/接件 scans). - store.py: change != "" to == "" in ingest filter - compare.py: add same filter before comparison (previously missing) Co-Authored-By: Claude <noreply@anthropic.com>