fix(测试跟踪): 测试计划执行功能用例有时不显示ID
--bug=1013928 --user=李玉号 【测试跟踪】测试计划里执行用例,有一个用例不显示ID https://www.tapd.cn/55049933/s/1178591
This commit is contained in:
parent
79baa59fcf
commit
508cff83c6
|
@ -377,8 +377,8 @@
|
|||
select test_case.remark,
|
||||
test_plan_test_case.id as id,
|
||||
test_plan_test_case.*,
|
||||
if(pa.type_value = 'false', cast(test_case.num as char), test_case.custom_num) as customNum,
|
||||
test_case.*,
|
||||
if(pa.type_value = 'false', cast(test_case.num as char), test_case.custom_num) as customNum,
|
||||
test_case_node.name as model,
|
||||
project.name as projectName
|
||||
from test_plan_test_case
|
||||
|
|
Loading…
Reference in New Issue