refactor(功能用例): 用例评审脑图获取每个人评审结果包含重新提审去掉已删除的

This commit is contained in:
guoyuqi 2024-07-12 17:31:18 +08:00 committed by Craftsman
parent 0619578403
commit 5c917b68a7
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<if test="reviewId != null and reviewId != ''">
and ch.review_id = #{reviewId}
</if>
and ch.abandoned = false
and ch.deleted = false
</select>
<select id="getHistoryListWidthAbandoned" resultType="io.metersphere.functional.dto.CaseReviewHistoryDTO">

View File

@ -92,6 +92,7 @@ VALUES ('wx_case_id_1', 'wx_review_id_1', 'admin'),
('gyq_case_id_4', 'wx_review_id_1', 'admin'),
('gyq_case_id_5', 'wx_review_id_1', 'gyq_case_review'),
('gyq_case_id_5', 'wx_review_id_1', 'GGG'),
('gyq_case_id_5', 'wx_review_id_1', 'multiple_review_admin'),
('wx_case_id_3', 'wx_review_id_3', 'admin'),
('wx_case_id_4', 'wx_review_id_4', 'admin'),
('wx_case_id_1', 'wx_review_id_4', '123'),