Browse Source

接口修改

develop
lau572 1 year ago
parent
commit
a73dba89f7
  1. 2
      zc-business/src/main/resources/mapper/business/DcTrafficIncidentsMapper.xml

2
zc-business/src/main/resources/mapper/business/DcTrafficIncidentsMapper.xml

@ -24,7 +24,7 @@
<select id="getEventListByType" resultType="java.util.Map" parameterType="String">
select t1.id,t1.stake_mark stakeMark,t1.direction, t2.longitude,t2.latitude
from dc_event t1 left join dc_stake_mark t2 on t1.stake_mark = t2.id and t1.direction = t2.direction
where t1.event_type = #{eventType}
where t1.event_type = #{eventType} and t1.event_state != '2'
</select>
<select id="selectTrafficIncidentsDay" resultType="Long">

Loading…
Cancel
Save