feat(功能用例): 用例评审取值替换

This commit is contained in:
guoyuqi 2024-07-05 11:35:17 +08:00 committed by 刘瑞斌
parent fc8f947ef1
commit 450139c017
1 changed files with 2 additions and 2 deletions

View File

@ -837,11 +837,11 @@
<select id="getMinderCaseReviewList" resultType="io.metersphere.functional.dto.FunctionalCaseMindDTO"> <select id="getMinderCaseReviewList" resultType="io.metersphere.functional.dto.FunctionalCaseMindDTO">
SELECT SELECT
crfc.id as id, crfc.id as id,
history.`status` as status, history.`status` as reviewStatus,
fc.module_id as moduleId, fc.module_id as moduleId,
fc.name as name, fc.name as name,
fc.id as caseId, fc.id as caseId,
fc.project_id, fc.template_id, fc.review_status, fc.pos, fc.case_edit_type, fc.project_id, fc.template_id, fc.pos, fc.case_edit_type,
fcb.steps, fcb.text_description, fcb.expected_result, fcb.prerequisite, fcb.description fcb.steps, fcb.text_description, fcb.expected_result, fcb.prerequisite, fcb.description
FROM FROM
case_review_functional_case crfc case_review_functional_case crfc