|
|
@ -29,7 +29,7 @@
|
|
|
|
from issues i
|
|
|
|
from issues i
|
|
|
|
inner join rules r on i.rule_uuid =r.uuid
|
|
|
|
inner join rules r on i.rule_uuid =r.uuid
|
|
|
|
inner join projects p on p.uuid =i.project_uuid
|
|
|
|
inner join projects p on p.uuid =i.project_uuid
|
|
|
|
inner join components c on c.branch_uuid =p.uuid
|
|
|
|
inner join components c on c.uuid =i.component_uuid
|
|
|
|
where i.project_uuid = #{projectUuid,jdbcType=VARCHAR}
|
|
|
|
where i.project_uuid = #{projectUuid,jdbcType=VARCHAR}
|
|
|
|
and i.status='OPEN'
|
|
|
|
and i.status='OPEN'
|
|
|
|
and p.uuid =#{projectUuid,jdbcType=VARCHAR}
|
|
|
|
and p.uuid =#{projectUuid,jdbcType=VARCHAR}
|
|
|
|