Jeason
e0316af12e
refactor: 架构演进 Repository 层 + 旧代码清理
任务 1.1: 引入 Repository 层
- BaseRepository 基类:自动 tenant_id 过滤、CRUD、分页、批量删除
- WorkOrderRepository: 工单列表(状态/优先级过滤)、飞书记录查找
- AlertRepository: 预警列表(级别/活跃过滤)、解决预警
- ChatSessionRepository: 会话列表(状态/搜索过滤)
- ConversationRepository: 按 session_id 查对话
- KnowledgeRepository: 知识库列表(分类/验证过滤)
任务 10: 清理旧代码
- 删除 src/web/static/js/core/ 目录(5个文件)
- 删除 src/web/static/js/services/ 目录
- 删除 src/web/static/js/components/ 目录
- 删除 src/web/static/js/pages/ 目录(12个文件)
- 修复 index.html/chat.html/chat_http.html 中对已删除 JS 的引用
2026-04-08 08:25:12 +08:00
..
2026-04-07 16:54:05 +08:00
2026-04-08 08:25:12 +08:00
2026-04-07 16:54:05 +08:00