Browse Source

修改代码

chenglong
pref_mail@163.com 12 months ago
parent
commit
3e0b71be9f
  1. 2
      blade-service/logpm-supervise/src/main/java/com/logpm/supervise/mapper/IndicatorsAnnexMapper.xml

2
blade-service/logpm-supervise/src/main/java/com/logpm/supervise/mapper/IndicatorsAnnexMapper.xml

@ -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>

Loading…
Cancel
Save