@ -8,7 +8,7 @@
<select id="findListByIndicatorsIdAndType" resultType="com.logpm.supervise.entity.IndicatorsAnnexEntity">
select *
from sup_indicators_annex
where and indicators_id = #{id}
where indicators_id = #{id}
and type = #{type}
</select>