fix(测试用例): 修改组合查询条件中创建人字段

This commit is contained in:
shiziyuan9527 2021-10-22 15:35:35 +08:00 committed by shiziyuan9527
parent 1f55614170
commit f638fc4742
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
</include>
</if>
<if test="${condition}.creator != null">
and test_case.maintainer
and test_case.create_user
<include refid="io.metersphere.base.mapper.ext.ExtBaseMapper.condition">
<property name="object" value="${condition}.creator"/>
</include>