sonar10.0
youys 2 years ago
parent 056b2f43b3
commit 3c3921396e

@ -29,7 +29,7 @@
from issues i
inner join rules r on i.rule_uuid =r.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}
and i.status='OPEN'
and p.uuid =#{projectUuid,jdbcType=VARCHAR}

Loading…
Cancel
Save