@ -7,7 +7,7 @@
<select id="perceivedEventsWarningNum" resultType="java.lang.Integer">
select count(1) from dc_warning where warning_state=1
select count(1) from dc_warning where warning_state=1 and warning_source !=6
</select>
<select id="selectEventTypeList" resultType="com.zc.business.domain.DcEventType">