Browse Source

首页处理中事件统计

develop
lau572 9 months ago
parent
commit
20b6bcbcf8
  1. 2
      zc-business/src/main/resources/mapper/business/DcTrafficIncidentsMapper.xml

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

@ -57,7 +57,7 @@
<select id="selectTrafficIncidentsAllProcessing" resultType="java.lang.Long"> <select id="selectTrafficIncidentsAllProcessing" resultType="java.lang.Long">
select count(*) from dc_event select count(*) from dc_event
where event_state != '2' where event_state = '1'
</select> </select>
<select id="selectEventTypeList" resultType="java.util.Map"> <select id="selectEventTypeList" resultType="java.util.Map">

Loading…
Cancel
Save