chancePoint/page DB 精准对比 + clusterCategory DB 交叉校验
- database_location.py: 新增 db_cluster_category_agg(Haversine+GROUP BY)+ db_chance_point_by_ids(批量查询)
- database_location.py: db_chance_point_total 排除 status=1100(CLOSED),与后端过滤条件一致
- database_location.py: 移除未使用的 Database import
- test_standard_modules.py: chancePoint/page 从上界校验升级为 DB 精准对比(total 精确匹配+id/name 逐条对比)
- test_custom_selection.py: clusterCategory 从 ES 上界校验升级为 DB GROUP BY 交叉校验
- VALIDATION_GAPS.md: chancePoint/page 从
⚠ ️ 升级为✅