refactor(opt): 重构路口状态分布接口
- 修改接口参数,使用 condition 替代 directionName,支持更多筛选条件 - 优化接口返回值结构,使用 Map<String, Object> 包含多个结果列表 - 新增 getCrossStatusDistribution_SingleCondition 方法处理单条件查询 - 重构原有 getCrossStatusDistribution 方法,支持多条件查询 - 优化查询逻辑,提高接口响应性能
Showing
Please register or sign in to comment