|
@@ -20,7 +20,7 @@
|
|
|
select c.*,i.indicator_name,o.organization_name,b.section_name,s.stage_name,d.key_name
|
|
|
from evaluation_score_count c
|
|
|
LEFT JOIN indicator i on c.indicator_id = i.id
|
|
|
- LEFT JOIN organization_evaluation_rule o on c.organization_evaluation_id = o.id
|
|
|
+ LEFT JOIN organization_evaluation_rule o on c.organization_evaluation_rule_id = o.id
|
|
|
left join bin_section b on b.id = i.bin_section
|
|
|
left join bin_stage s on s.id = i.bin_stage
|
|
|
left join data_dictionary d on d.data_key = i.dept
|