@@ -255,6 +255,10 @@
and id.option_code = #{optionCode}
</if>
+ <if test="indicatorId !=null and indicatorId !=''">
+ and i.id = #{indicatorId}
+ </if>
+
</where>