[P0] 需要添加问卷问题批量更新接口 #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
背景
前端代码审查发现
QuestionList.vue在保存分区设置时使用了嵌套循环逐个更新问题,导致大量 API 请求。前端 Issue: [P0] 问卷系统存在循环调用API的性能问题 (#1)
需求描述
前端需要调用批量更新接口来减少 API 调用次数。
API 设计建议
请求体:
响应: 返回更新成功/失败状态
实现位置
建议在
yudao-module-prison模块的 QuestionController 中添加:优先级
P0 - 高(配合前端修复)
标签
backend api performance
修复状态:已修复 ✅
修复版本: d4cb9960 (master)
修复内容:
POST /prison/question/batch-update性能提升:
请手动关闭此 Issue。