xufenglei
2018-04-23 2978d22b5c1dc78a133fc3b3fc9d9b1618020354
src/main/resources/mapper/AlarmMapper.xml
@@ -61,6 +61,9 @@
               <if test="mac != null">
               AND d.mac =   #{mac}
               </if>
               <if test="state != null">
               AND h.state = #{state}
               </if>
            GROUP BY
               <if test="dimension=='monitorPoint'">
                  mp.id,