ZhuDongming
2019-08-12 a332264920c9cd9226d566c19e36e5d5b5549c1b
src/main/resources/mapper/AlarmDailyMapper.xml
@@ -64,6 +64,9 @@
               <if test="level != null">
               AND h.state = #{level}
               </if>
               <if test="professionId != null">
               AND d.profession_id = #{professionId}
               </if>
            GROUP BY
               <if test="dimension=='monitorPoint'">
                  mp.id,