fix(sd_bugs): 补 task_id 字段——bug_flow.py 引用但模型/表缺失致 PM 审核 SQL 1054 崩溃

This commit is contained in:
ymq 2026-08-29 09:17:25 +08:00
parent ff1fd82619
commit 10fe9cc00d

View File

@ -11,6 +11,7 @@
{"name": "id", "title": "主键ID", "type": "str", "length": 32, "nullable": "no"}, {"name": "id", "title": "主键ID", "type": "str", "length": 32, "nullable": "no"},
{"name": "iteration_id", "title": "迭代ID", "type": "str", "length": 32, "nullable": "no"}, {"name": "iteration_id", "title": "迭代ID", "type": "str", "length": 32, "nullable": "no"},
{"name": "case_id", "title": "关联用例ID", "type": "str", "length": 32}, {"name": "case_id", "title": "关联用例ID", "type": "str", "length": 32},
{"name": "task_id", "title": "关联任务ID", "type": "str", "length": 32},
{"name": "step_name", "title": "发现步骤名", "type": "str", "length": 100}, {"name": "step_name", "title": "发现步骤名", "type": "str", "length": 100},
{"name": "title", "title": "Bug标题", "type": "str", "length": 300, "nullable": "no"}, {"name": "title", "title": "Bug标题", "type": "str", "length": 300, "nullable": "no"},
{"name": "description", "title": "详细描述", "type": "text"}, {"name": "description", "title": "详细描述", "type": "text"},