|
|
@ -121,9 +121,9 @@ |
|
|
) |
|
|
) |
|
|
</if> |
|
|
</if> |
|
|
<if test="iterationId!=null and iterationId!=''"> |
|
|
<if test="iterationId!=null and iterationId!=''"> |
|
|
and exists( select 1 from xm_iteration_product_link ipl inner join xm_product_project ppl |
|
|
|
|
|
|
|
|
and exists( select 1 from xm_iteration_product_link ipl inner join xm_product_project_link ppl |
|
|
on ipl.product_id=ppl.product_id |
|
|
on ipl.product_id=ppl.product_id |
|
|
where ipl.product_id =res.id and ipl.iteration_id=#{iterationId} |
|
|
|
|
|
|
|
|
where ppl.project_id =res.id and ipl.iteration_id=#{iterationId} |
|
|
) |
|
|
) |
|
|
</if> |
|
|
</if> |
|
|
<if test="key != null and key !='' "> and res.name like #{key} </if> |
|
|
<if test="key != null and key !='' "> and res.name like #{key} </if> |
|
|
|