fix(测试跟踪): 修复测试计划里查看报告时接口用例创建人为关联人的问题
--bug=1011631 --user=宋天阳 [测试计划]github#11828测试跟踪-测试计划-报告统计当中的失败用例列表创建人是添加到测试计划当中的人不合理 https://www.tapd.cn/55049933/s/1153638
This commit is contained in:
parent
1eaa4a53a7
commit
64836a6af9
|
@ -294,7 +294,7 @@
|
|||
select
|
||||
t.id,
|
||||
c.id as case_id, c.project_id, c.name, c.api_definition_id, c.priority, c.create_user_id,
|
||||
c.num,t.create_user,
|
||||
c.num,c.create_user_id AS create_user,
|
||||
t.status execResult
|
||||
from
|
||||
test_plan_api_case t
|
||||
|
|
Loading…
Reference in New Issue