steven_li
beddf12bc0
```
feat(learning): 修复任务运行记录排序逻辑处理空attempt_index的情况
当RunRecord的attempt_index为None时,之前的排序逻辑会出现问题。
现在通过在排序键中显式处理None值来解决这个问题,
将None值排在前面,并将其转换为0进行比较。
同时添加了单元测试验证团队运行记录(没有attempt_index)的处理情况。
```
2026-06-15 18:00:59 +08:00
..
2026-06-08 13:33:53 +08:00
2026-06-08 13:30:00 +08:00
2026-06-15 14:48:16 +08:00
2026-05-20 18:01:06 +08:00
2026-05-14 09:43:48 +08:00
2026-06-15 14:48:16 +08:00
2026-06-08 13:27:10 +08:00
2026-06-15 14:48:16 +08:00
2026-05-20 18:01:06 +08:00
2026-06-15 18:00:59 +08:00
2026-06-12 13:25:20 +08:00
2026-06-12 13:25:20 +08:00
2026-06-12 13:25:20 +08:00