fix(测试跟踪): 用例评审批量取消关联报错

--bug=1011040 --user=李玉号 [测试跟踪]github#11342Track-Review中,Batch
unlink有时会导致SQLSyntaxErrorException
https://www.tapd.cn/55049933/s/1119899

Closes #11342
This commit is contained in:
shiziyuan9527 2022-03-17 14:15:41 +08:00 committed by shiziyuan9527
parent 2a47795375
commit 6bc0fc4e91
1 changed files with 3 additions and 0 deletions

View File

@ -298,6 +298,9 @@
<when test="order.name == 'num'">
test_case.num ${order.type}
</when>
<when test="order.name == 'custom_num'">
test_case.custom_num ${order.type}
</when>
<otherwise>
test_case_review_test_case.${order.name} ${order.type}
</otherwise>