Merge branch 'v1.4' into master

This commit is contained in:
Captain.B 2020-10-23 13:35:38 +08:00
commit 1485bb069d
1 changed files with 1 additions and 1 deletions

View File

@ -70,6 +70,6 @@
from project, test_case_review_project
where project.id = test_case_review_project.project_id
and project.workspace_id = #{workspaceId}
and test_case_review_project.review_id = #{reviewId};
and test_case_review_project.review_id = #{reviewId}
</select>
</mapper>