Browse Source

查询条件缺少where

chenglong
pref_mail@163.com 9 months ago
parent
commit
b6e3acf827
  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 id="findListByIndicatorsIdAndType" resultType="com.logpm.supervise.entity.IndicatorsAnnexEntity">
select * select *
from sup_indicators_annex from sup_indicators_annex
and indicators_id = #{id} where and indicators_id = #{id}
and type = #{type} and type = #{type}
</select> </select>

Loading…
Cancel
Save