@ -18,7 +18,7 @@
<select id="getConstructionNum" resultType="java.lang.Integer">
select count(*) from dc_event
where event_type = '7' and event_state != '2'
where event_type = '7' and event_state != '2' and event_state != '3'
</select>
<select id="getEventListByType" resultType="java.util.Map" parameterType="DcEventListQuery">