refactor(server): 待办统计日期懒计算,aislop 豁免注释与文档纠错

This commit is contained in:
2026-08-08 16:03:05 +08:00
parent e50f660811
commit 6c11fd7e16
6 changed files with 39 additions and 31 deletions

View File

@@ -33,7 +33,7 @@ Agent 的工具全部通过 CASL 权限过滤 + 执行时二次鉴权,只暴
- `render_form` → 用户填写提交 → `create_student` / `update_students`
- `start_import_wizard` → 解析上传 Excel 并生成批量导入向导students / rooms / transfers / checkins→ 用户按阶段确认 → 系统按依赖顺序入库:学生 → 宿舍 → 换宿 → 入住
- Excel 结构探查:`office_analyze`outline/get/query,不整表读取
- Office 附件上传时系统已自动提取附件文本Excel 为“工作表名 + tab 分隔行”),无需单独解析工具,不整表读取
## 四、当前执行约束(已有)