fix 测试用例查询

This commit is contained in:
chenjianxing 2020-05-09 18:07:23 +08:00
parent 4df45d190c
commit f014d5267d
3 changed files with 4 additions and 2 deletions

View File

@ -57,6 +57,9 @@
#{nodeId}
</foreach>
</if>
<if test="request.projectId != null">
and test_case.project_id = #{request.projectId}
</if>
<if test="request.filters != null and request.filters.size() > 0">
<foreach collection="request.filters.entrySet()" index="key" item="values">
<if test="values != null and values.size() > 0">

View File

@ -1,7 +1,6 @@
package io.metersphere.controller.request.testcase;
import io.metersphere.base.domain.TestCase;
import io.metersphere.controller.request.FilterRequest;
import io.metersphere.controller.request.OrderRequest;
import lombok.Data;

View File

@ -43,7 +43,7 @@
<el-option
v-for="item in maintainerOptions"
:key="item.id"
:label="item.id"
:label="item.name"
:value="item.id">
</el-option>
</el-select>