fix(测试跟踪): 修复测试计划内接口用例创建人筛选条件不生效的问题

--bug=1018389 --user=宋天阳 【测试跟踪】测试计划-接口测试用例-接口用例-创建人筛选无效
https://www.tapd.cn/55049933/s/1269644
This commit is contained in:
song-tianyang 2022-10-20 15:18:19 +08:00 committed by 建国
parent 8f261f14b5
commit 8a99d9eec0
1 changed files with 4 additions and 0 deletions

View File

@ -139,6 +139,10 @@
and c.create_user_id in
<include refid="io.metersphere.base.mapper.ext.ExtBaseMapper.filterInWrapper"/>
</when>
<when test="key == 'create_user'">
and c.create_user_id in
<include refid="io.metersphere.base.mapper.ext.ExtBaseMapper.filterInWrapper"/>
</when>
<when test="key == 'version_id'">
and a.version_id in
<include refid="io.metersphere.base.mapper.ext.ExtBaseMapper.filterInWrapper"/>