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