parent
fcba9aedab
commit
e277bba824
|
@ -184,12 +184,6 @@
|
|||
<if test="(request.filters == null or request.filters.size() == 0) and request.byFilter != true ">
|
||||
and test_plan.status != 'Archived'
|
||||
</if>
|
||||
<if test="request.byFilter == true">
|
||||
and test_plan.status in
|
||||
<foreach collection="request.filterStatus" item="value" separator="," open="(" close=")">
|
||||
#{value}
|
||||
</foreach>
|
||||
</if>
|
||||
</where>
|
||||
|
||||
<if test="request.orders != null and request.orders.size() > 0">
|
||||
|
@ -219,7 +213,6 @@
|
|||
test_plan_test_case.status in
|
||||
<include refid="io.metersphere.base.mapper.ext.ExtBaseMapper.filterInWrapper"/>
|
||||
))
|
||||
AND test_plan.status != 'Archived'
|
||||
</when>
|
||||
<otherwise>
|
||||
and test_plan.status in
|
||||
|
@ -326,8 +319,7 @@
|
|||
SELECT p.name
|
||||
FROM test_plan tp
|
||||
INNER JOIN project p ON p.id = tp.project_id
|
||||
WHERE tp.id = #{0}
|
||||
limit 1;
|
||||
WHERE tp.id = #{0} limit 1;
|
||||
</select>
|
||||
<select id="findIdByPerformanceReportId" resultType="java.lang.String">
|
||||
SELECT report.id
|
||||
|
|
Loading…
Reference in New Issue