Commit 8a4139c3 authored by 赵啸非's avatar 赵啸非

添加告警消息统计逻辑

parent a47eecb4
......@@ -3,7 +3,7 @@
"mybatis-3-mapper.dtd">
<mapper namespace="com.mortals.xhx.module.device.dao.ibatis.DeviceMessageStatDaoImpl">
<!-- 获取统计列表 -->
<select id="getStatList" parameterType="paramDto" resultMap="DeviceStatEntity-Map">
<select id="getStatList" parameterType="paramDto" resultMap="DeviceMessageStatEntity-Map">
select
<!-- 获取分组字段 -->
<if test="groupList != null and !groupList.isEmpty()">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment