fix(测试计划): 修复测试计划功能用例脑图查看报错问题

This commit is contained in:
guoyuqi 2024-10-16 18:57:06 +08:00 committed by Craftsman
parent abedfece3c
commit 60c9086f3b
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@
</select> </select>
<select id="getCaseCustomFieldListByCollection" resultType="io.metersphere.functional.domain.FunctionalCaseCustomField"> <select id="getCaseCustomFieldListByCollection" resultType="io.metersphere.functional.domain.FunctionalCaseCustomField">
SELECT SELECT distinct
fccf.case_id, fccf.field_id, fccf.value fccf.case_id, fccf.field_id, fccf.value
FROM FROM
functional_case_custom_field fccf functional_case_custom_field fccf