|
@@ -76,7 +76,7 @@
|
|
|
AND oi.indicator_id = #{indicatorId}
|
|
|
</if>
|
|
|
<if test="evaluationType !=null and evaluationType !=''">
|
|
|
- AND oe.evaluationType = #{evaluationType}
|
|
|
+ AND oe.organization_type = #{evaluationType}
|
|
|
</if>
|
|
|
</where>
|
|
|
order by oi.child_code ASC
|