fix(测试跟踪): 从1.20升级到2.8测试计划用例评论不显示

--bug=1025295 --user=陈建星 【测试跟踪】github#23500,【测试跟踪】从1.20.20升级到2.8.1版本,在1.20.20版本测试计划用例执行上传的截图和评论,在2.8.1版本查询不到 https://www.tapd.cn/55049933/s/1361470
This commit is contained in:
chenjianxing 2023-04-11 16:42:34 +08:00 committed by jianxing
parent c88ca44085
commit d3ce3578d8

View File

@ -514,10 +514,6 @@ WHERE status IN ('UnPass', 'Pass');
UPDATE test_case_comment
SET `type` = 'PLAN'
WHERE status IN ('Prepare', 'Underway', 'Failure', 'Blocking', 'Skip');
UPDATE test_case_comment
SET `type` = 'CASE'
WHERE `type` = '';
--