Browse Source

1.指标列表sql 报错修改

chenglong
zhenghaoyu 9 months ago
parent
commit
fceb2d9f55
  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