@@ -70,7 +70,7 @@
kl_concept_detail c
WHERE
a.id = b.concept_id
- and a.id = c.concept_id
+ and b.concept_id = c.concept_id
and a.is_deleted = 'N'
and b.is_deleted = 'N'
and c.is_deleted = 'N'